#42904B

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

Shades of Fruit Salad #42904B

Tints of Fruit Salad #42904B

Color information

#42904B (or 0x42904B) is unknown color: approx Fruit Salad. HEX triplet: 42, 90 and 4B. RGB value is (66,144,75). Sum of RGB (Red+Green+Blue) = 66+144+75=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #42904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42904B is #BD6FB4. Grayscale: #717171. Windows color (decimal): -12414901 or 4952130. OLE color: 4952130.

HSL color Cylindrical-coordinate representation of color #42904B: hue angle of 126.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42904B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB6614475-
CMYK0.5400.480.44
HSL126.92º37.14%41.18%-
HSV(B)126.92º54.17%56.47%-
XYZ13.4921.6110.12-
YUV112.81106.6694.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=23.16%
G=50.53%
B=26.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144750.5400.480.44126.9237.1441.18
Hex42904B360302C7f2529
Octal10222011366060541774551
Binary100001010010000100101111011001100001011001111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42904B; }

 p { color: rgb(66,144,75); }

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

<style>
 a { background-color: #42904B; }

 a { background-color: rgb(66,144,75); }

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

<style>
 span { border-color: #42904B; }

 span { border-color: rgb(66,144,75); }

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