#36906B

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

Shades of Eucalyptus #36906B

Tints of Eucalyptus #36906B

Color information

#36906B (or 0x36906B) is unknown color: approx Eucalyptus. HEX triplet: 36, 90 and 6B. RGB value is (54,144,107). Sum of RGB (Red+Green+Blue) = 54+144+107=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #36906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906B is #C96F94. Grayscale: #707070. Windows color (decimal): -13201301 or 7049270. OLE color: 7049270.

HSL color Cylindrical-coordinate representation of color #36906B: hue angle of 155.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36906B is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB54144107-
CMYK0.6300.260.44
HSL155.33º45.45%38.82%-
HSV(B)155.33º62.5%56.47%-
XYZ14.1521.7917.37-
YUV112.87124.6886.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=17.70%
G=47.21%
B=35.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441070.6300.260.44155.3345.4538.82
Hex36906B3F01A2C9b2d27
Octal6622015377032542335547
Binary11011010010000110101111111101101010110010011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36906B; }

 p { color: rgb(54,144,107); }

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

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

 a { background-color: rgb(54,144,107); }

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

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

 span { border-color: rgb(54,144,107); }

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