#369861

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

Shades of Eucalyptus #369861

Tints of Eucalyptus #369861

Color information

#369861 (or 0x369861) is unknown color: approx Eucalyptus. HEX triplet: 36, 98 and 61. RGB value is (54,152,97). Sum of RGB (Red+Green+Blue) = 54+152+97=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #369861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369861 is #C9679E. Grayscale: #747474. Windows color (decimal): -13199263 or 6395958. OLE color: 6395958.

HSL color Cylindrical-coordinate representation of color #369861: hue angle of 146.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369861 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB5415297-
CMYK0.6400.360.40
HSL146.33º47.57%40.39%-
HSV(B)146.33º64.47%59.61%-
XYZ14.9124.115.18-
YUV116.43117.0383.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=17.82%
G=50.17%
B=32.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54152970.6400.360.40146.3347.5740.39
Hex3698614002428923028
Octal66230141100044502226050
Binary1101101001100011000011000000010010010100010010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369861; }

 p { color: rgb(54,152,97); }

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

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

 a { background-color: rgb(54,152,97); }

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

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

 span { border-color: rgb(54,152,97); }

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