#369669

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

Shades of Eucalyptus #369669

Tints of Eucalyptus #369669

Color information

#369669 (or 0x369669) is unknown color: approx Eucalyptus. HEX triplet: 36, 96 and 69. RGB value is (54,150,105). Sum of RGB (Red+Green+Blue) = 54+150+105=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #369669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369669 is #C96996. Grayscale: #747474. Windows color (decimal): -13199767 or 6919734. OLE color: 6919734.

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

Color convert

RGB54150105-
CMYK0.6400.300.41
HSL151.88º47.06%40%-
HSV(B)151.88º64%58.82%-
XYZ14.9823.6217.13-
YUV116.17121.783.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=17.48%
G=48.54%
B=33.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501050.6400.300.41151.8847.0640
Hex3696694001E29982f28
Octal66226151100036512305750
Binary110110100101101101001100000001111010100110011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369669; }

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

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

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

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

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

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

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

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