#42A449

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

Shades of Fruit Salad #42A449

Tints of Fruit Salad #42A449

Color information

#42A449 (or 0x42A449) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 49. RGB value is (66,164,73). Sum of RGB (Red+Green+Blue) = 66+164+73=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #42A449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A449 is #BD5BB6. Grayscale: #7C7C7C. Windows color (decimal): -12409783 or 4826178. OLE color: 4826178.

HSL color Cylindrical-coordinate representation of color #42A449: hue angle of 124.29º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A449 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB6616473-
CMYK0.6000.550.36
HSL124.29º42.61%45.1%-
HSV(B)124.29º59.76%64.31%-
XYZ16.7228.1910.86-
YUV124.3299.0386.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 164 (64.45% from 255) = 54.13%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=21.78%
G=54.13%
B=24.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164730.6000.550.36124.2942.6145.1
Hex42A4493C037247c2b2d
Octal10224411174067441745355
Binary100001010100100100100111110001101111001001111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A449; }

 p { color: rgb(66,164,73); }

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

<style>
 a { background-color: #42A449; }

 a { background-color: rgb(66,164,73); }

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

<style>
 span { border-color: #42A449; }

 span { border-color: rgb(66,164,73); }

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