#42914A

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

Shades of Fruit Salad #42914A

Tints of Fruit Salad #42914A

Color information

#42914A (or 0x42914A) is unknown color: approx Fruit Salad. HEX triplet: 42, 91 and 4A. RGB value is (66,145,74). Sum of RGB (Red+Green+Blue) = 66+145+74=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #42914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42914A is #BD6EB5. Grayscale: #717171. Windows color (decimal): -12414646 or 4886850. OLE color: 4886850.

HSL color Cylindrical-coordinate representation of color #42914A: hue angle of 126.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42914A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB6614574-
CMYK0.5400.490.43
HSL126.08º37.44%41.37%-
HSV(B)126.08º54.48%56.86%-
XYZ13.6121.99.99-
YUV113.28105.8394.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=23.16%
G=50.88%
B=25.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145740.5400.490.43126.0837.4441.37
Hex42914A360312B7e2529
Octal10222111266061531764551
Binary100001010010001100101011011001100011010111111110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42914A; }

 p { color: rgb(66,145,74); }

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

<style>
 a { background-color: #42914A; }

 a { background-color: rgb(66,145,74); }

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

<style>
 span { border-color: #42914A; }

 span { border-color: rgb(66,145,74); }

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