#4AAA35

Color #4AAA35 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4AAA35

Tints of Fruit Salad #4AAA35

Color information

#4AAA35 (or 0x4AAA35) is unknown color: approx Fruit Salad. HEX triplet: 4A, AA and 35. RGB value is (74,170,53). Sum of RGB (Red+Green+Blue) = 74+170+53=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA35 is #B555CA. Grayscale: #808080. Windows color (decimal): -11883979 or 3517002. OLE color: 3517002.

HSL color Cylindrical-coordinate representation of color #4AAA35: hue angle of 109.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAA35 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB7417053-
CMYK0.5600.690.33
HSL109.23º52.47%43.73%-
HSV(B)109.23º68.82%66.67%-
XYZ17.8430.468.31-
YUV127.9685.789.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=24.92%
G=57.24%
B=17.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170530.5600.690.33109.2352.4743.73
Hex4AAA3538045216d342c
Octal11225265700105411556454
Binary100101010101010110101111000010001011000011101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAA35; }

 p { color: rgb(74,170,53); }

 H1.HeaderClassName
 {
   color: #4AAA35;
 }
 .AnyTagClassName
 {
   color: #4AAA35;
 }
</style>
background-color css

<style>
 a { background-color: #4AAA35; }

 a { background-color: rgb(74,170,53); }

 div.DivClassName
 {
   background-color: #4AAA35;
 }
 .BgClassName
 {
   background-color: #4AAA35;
 }
</style>
border-color css

<style>
 span { border-color: #4AAA35; }

 span { border-color: rgb(74,170,53); }

 td.TdClassName
 {
   border-color: #4AAA35;
 }
 .TagClassName
 {
   border-color: #4AAA35;
 }
</style>