#369555

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

Shades of Eucalyptus #369555

Tints of Eucalyptus #369555

Color information

#369555 (or 0x369555) is unknown color: approx Eucalyptus. HEX triplet: 36, 95 and 55. RGB value is (54,149,85). Sum of RGB (Red+Green+Blue) = 54+149+85=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #369555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369555 is #C96AAA. Grayscale: #717171. Windows color (decimal): -13200043 or 5608758. OLE color: 5608758.

HSL color Cylindrical-coordinate representation of color #369555: hue angle of 139.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369555 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB5414985-
CMYK0.6400.430.42
HSL139.58º46.8%39.8%-
HSV(B)139.58º63.76%58.43%-
XYZ13.9122.9412.29-
YUV113.3112.0385.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=18.75%
G=51.74%
B=29.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54149850.6400.430.42139.5846.839.8
Hex3695554002B2A8c2f28
Octal66225125100053522145750
Binary1101101001010110101011000000010101110101010001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369555; }

 p { color: rgb(54,149,85); }

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

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

 a { background-color: rgb(54,149,85); }

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

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

 span { border-color: rgb(54,149,85); }

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