#428962

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

Shades of Eucalyptus #428962

Tints of Eucalyptus #428962

Color information

#428962 (or 0x428962) is unknown color: approx Eucalyptus. HEX triplet: 42, 89 and 62. RGB value is (66,137,98). Sum of RGB (Red+Green+Blue) = 66+137+98=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #428962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428962 is #BD769D. Grayscale: #6F6F6F. Windows color (decimal): -12416670 or 6457666. OLE color: 6457666.

HSL color Cylindrical-coordinate representation of color #428962: hue angle of 147.04º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428962 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB6613798-
CMYK0.5200.280.46
HSL147.04º34.98%39.8%-
HSV(B)147.04º51.82%53.73%-
XYZ13.419.9314.7-
YUV111.32120.4895.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=21.93%
G=45.51%
B=32.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137980.5200.280.46147.0434.9839.8
Hex4289623401C2E932328
Octal10221114264034562234350
Binary100001010001001110001011010001110010111010010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428962; }

 p { color: rgb(66,137,98); }

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

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

 a { background-color: rgb(66,137,98); }

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

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

 span { border-color: rgb(66,137,98); }

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