#429368

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

Shades of Eucalyptus #429368

Tints of Eucalyptus #429368

Color information

#429368 (or 0x429368) is unknown color: approx Eucalyptus. HEX triplet: 42, 93 and 68. RGB value is (66,147,104). Sum of RGB (Red+Green+Blue) = 66+147+104=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #429368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429368 is #BD6C97. Grayscale: #757575. Windows color (decimal): -12414104 or 6853442. OLE color: 6853442.

HSL color Cylindrical-coordinate representation of color #429368: hue angle of 148.15º 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 #429368 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB66147104-
CMYK0.5500.290.42
HSL148.15º38.03%41.76%-
HSV(B)148.15º55.1%57.65%-
XYZ15.1823.0316.74-
YUV117.88120.1691-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=20.82%
G=46.37%
B=32.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471040.5500.290.42148.1538.0341.76
Hex4293683701D2A94262a
Octal10222315067035522244652
Binary100001010010011110100011011101110110101010010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429368; }

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

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

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

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

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

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

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

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