#369F73

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

Shades of Eucalyptus #369F73

Tints of Eucalyptus #369F73

Color information

#369F73 (or 0x369F73) is unknown color: approx Eucalyptus. HEX triplet: 36, 9F and 73. RGB value is (54,159,115). Sum of RGB (Red+Green+Blue) = 54+159+115=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #369F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F73 is #C9608C. Grayscale: #7A7A7A. Windows color (decimal): -13197453 or 7577398. OLE color: 7577398.

HSL color Cylindrical-coordinate representation of color #369F73: hue angle of 154.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F73 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB54159115-
CMYK0.6600.280.38
HSL154.86º49.3%41.76%-
HSV(B)154.86º66.04%62.35%-
XYZ17.0126.8220.5-
YUV122.59123.7179.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=16.46%
G=48.48%
B=35.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591150.6600.280.38154.8649.341.76
Hex369F734201C269b312a
Octal66237163102034462336152
Binary110110100111111110011100001001110010011010011011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369F73; }

 p { color: rgb(54,159,115); }

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

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

 a { background-color: rgb(54,159,115); }

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

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

 span { border-color: rgb(54,159,115); }

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