#42936C

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

Shades of Eucalyptus #42936C

Tints of Eucalyptus #42936C

Color information

#42936C (or 0x42936C) is unknown color: approx Eucalyptus. HEX triplet: 42, 93 and 6C. RGB value is (66,147,108). Sum of RGB (Red+Green+Blue) = 66+147+108=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #42936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42936C is #BD6C93. Grayscale: #767676. Windows color (decimal): -12414100 or 7115586. OLE color: 7115586.

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

Color convert

RGB66147108-
CMYK0.5500.270.42
HSL151.11º38.03%41.76%-
HSV(B)151.11º55.1%57.65%-
XYZ15.3923.1117.84-
YUV118.34122.1690.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=20.56%
G=45.79%
B=33.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471080.5500.270.42151.1138.0341.76
Hex42936C3701B2A97262a
Octal10222315467033522274652
Binary100001010010011110110011011101101110101010010111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42936C; }

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

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

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

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

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

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

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

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