#369168

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

Shades of Eucalyptus #369168

Tints of Eucalyptus #369168

Color information

#369168 (or 0x369168) is unknown color: approx Eucalyptus. HEX triplet: 36, 91 and 68. RGB value is (54,145,104). Sum of RGB (Red+Green+Blue) = 54+145+104=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #369168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369168 is #C96E97. Grayscale: #717171. Windows color (decimal): -13201048 or 6852918. OLE color: 6852918.

HSL color Cylindrical-coordinate representation of color #369168: hue angle of 152.97º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369168 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB54145104-
CMYK0.6300.280.43
HSL152.97º45.73%39.02%-
HSV(B)152.97º62.76%56.86%-
XYZ14.1522.0316.6-
YUV113.12122.8585.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=17.82%
G=47.85%
B=34.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541451040.6300.280.43152.9745.7339.02
Hex3691683F01C2B992e27
Octal6622115077034532315647
Binary11011010010001110100011111101110010101110011001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369168; }

 p { color: rgb(54,145,104); }

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

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

 a { background-color: rgb(54,145,104); }

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

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

 span { border-color: rgb(54,145,104); }

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