#369668

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

Shades of Eucalyptus #369668

Tints of Eucalyptus #369668

Color information

#369668 (or 0x369668) is unknown color: approx Eucalyptus. HEX triplet: 36, 96 and 68. RGB value is (54,150,104). Sum of RGB (Red+Green+Blue) = 54+150+104=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #369668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369668 is #C96997. Grayscale: #747474. Windows color (decimal): -13199768 or 6854198. OLE color: 6854198.

HSL color Cylindrical-coordinate representation of color #369668: hue angle of 151.25º 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 #369668 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB54150104-
CMYK0.6400.310.41
HSL151.25º47.06%40%-
HSV(B)151.25º64%58.82%-
XYZ14.9323.616.86-
YUV116.05121.283.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=17.53%
G=48.70%
B=33.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501040.6400.310.41151.2547.0640
Hex3696684001F29972f28
Octal66226150100037512275750
Binary110110100101101101000100000001111110100110010111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369668; }

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

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

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

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

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

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

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

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