#429968

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

Shades of Eucalyptus #429968

Tints of Eucalyptus #429968

Color information

#429968 (or 0x429968) is unknown color: approx Eucalyptus. HEX triplet: 42, 99 and 68. RGB value is (66,153,104). Sum of RGB (Red+Green+Blue) = 66+153+104=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #429968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429968 is #BD6697. Grayscale: #797979. Windows color (decimal): -12412568 or 6854978. OLE color: 6854978.

HSL color Cylindrical-coordinate representation of color #429968: hue angle of 146.21º degrees, saturation: 0.4, 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 #429968 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB66153104-
CMYK0.5700.320.4
HSL146.21º39.73%42.94%-
HSV(B)146.21º56.86%60%-
XYZ16.1424.9417.06-
YUV121.4118.1888.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=20.43%
G=47.37%
B=32.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531040.5700.320.4146.2139.7342.94
Hex429968390202892282b
Octal10223115071040502225053
Binary1000010100110011101000111001010000010100010010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429968; }

 p { color: rgb(66,153,104); }

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

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

 a { background-color: rgb(66,153,104); }

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

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

 span { border-color: rgb(66,153,104); }

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