#429462

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

Shades of Eucalyptus #429462

Tints of Eucalyptus #429462

Color information

#429462 (or 0x429462) is unknown color: approx Eucalyptus. HEX triplet: 42, 94 and 62. RGB value is (66,148,98). Sum of RGB (Red+Green+Blue) = 66+148+98=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #429462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429462 is #BD6B9D. Grayscale: #757575. Windows color (decimal): -12413854 or 6460482. OLE color: 6460482.

HSL color Cylindrical-coordinate representation of color #429462: hue angle of 143.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429462 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6614898-
CMYK0.5500.340.42
HSL143.41º38.32%41.96%-
HSV(B)143.41º55.41%58.04%-
XYZ15.0423.2215.24-
YUV117.78116.8391.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=21.15%
G=47.44%
B=31.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148980.5500.340.42143.4138.3241.96
Hex429462370222A8f262a
Octal10222414267042522174652
Binary1000010100101001100010110111010001010101010001111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429462; }

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

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

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

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

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

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

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

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