#42986A

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

Shades of Eucalyptus #42986A

Tints of Eucalyptus #42986A

Color information

#42986A (or 0x42986A) is unknown color: approx Eucalyptus. HEX triplet: 42, 98 and 6A. RGB value is (66,152,106). Sum of RGB (Red+Green+Blue) = 66+152+106=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #42986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42986A is #BD6795. Grayscale: #797979. Windows color (decimal): -12412822 or 6985794. OLE color: 6985794.

HSL color Cylindrical-coordinate representation of color #42986A: hue angle of 147.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42986A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB66152106-
CMYK0.5700.300.40
HSL147.91º39.45%42.75%-
HSV(B)147.91º56.58%59.61%-
XYZ16.0824.6617.55-
YUV121.04119.5188.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=20.37%
G=46.91%
B=32.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521060.5700.300.40147.9139.4542.75
Hex42986A3901E2894272b
Octal10223015271036502244753
Binary100001010011000110101011100101111010100010010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,152,106); }

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

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

 a { background-color: rgb(66,152,106); }

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

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

 span { border-color: rgb(66,152,106); }

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