#368964

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

Shades of Eucalyptus #368964

Tints of Eucalyptus #368964

Color information

#368964 (or 0x368964) is unknown color: approx Eucalyptus. HEX triplet: 36, 89 and 64. RGB value is (54,137,100). Sum of RGB (Red+Green+Blue) = 54+137+100=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #368964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368964 is #C9769B. Grayscale: #6C6C6C. Windows color (decimal): -13203100 or 6588726. OLE color: 6588726.

HSL color Cylindrical-coordinate representation of color #368964: hue angle of 153.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368964 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB54137100-
CMYK0.6100.270.46
HSL153.25º43.46%37.45%-
HSV(B)153.25º60.58%53.73%-
XYZ12.7719.615.17-
YUV107.96123.589.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=18.56%
G=47.08%
B=34.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371000.6100.270.46153.2543.4637.45
Hex3689643D01B2E992b25
Octal6621114475033562315345
Binary11011010001001110010011110101101110111010011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368964; }

 p { color: rgb(54,137,100); }

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

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

 a { background-color: rgb(54,137,100); }

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

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

 span { border-color: rgb(54,137,100); }

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