#36975A

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

Shades of Eucalyptus #36975A

Tints of Eucalyptus #36975A

Color information

#36975A (or 0x36975A) is unknown color: approx Eucalyptus. HEX triplet: 36, 97 and 5A. RGB value is (54,151,90). Sum of RGB (Red+Green+Blue) = 54+151+90=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #36975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36975A is #C968A5. Grayscale: #737373. Windows color (decimal): -13199526 or 5936950. OLE color: 5936950.

HSL color Cylindrical-coordinate representation of color #36975A: hue angle of 142.27º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36975A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB5415190-
CMYK0.6400.400.41
HSL142.27º47.32%40.2%-
HSV(B)142.27º64.24%59.22%-
XYZ14.4323.6613.48-
YUV115.04113.8684.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=18.31%
G=51.19%
B=30.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54151900.6400.400.41142.2747.3240.2
Hex36975A40028298e2f28
Octal66227132100050512165750
Binary1101101001011110110101000000010100010100110001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36975A; }

 p { color: rgb(54,151,90); }

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

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

 a { background-color: rgb(54,151,90); }

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

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

 span { border-color: rgb(54,151,90); }

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