#369A72

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

Shades of Eucalyptus #369A72

Tints of Eucalyptus #369A72

Color information

#369A72 (or 0x369A72) is unknown color: approx Eucalyptus. HEX triplet: 36, 9A and 72. RGB value is (54,154,114). Sum of RGB (Red+Green+Blue) = 54+154+114=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #369A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A72 is #C9658D. Grayscale: #777777. Windows color (decimal): -13198734 or 7510582. OLE color: 7510582.

HSL color Cylindrical-coordinate representation of color #369A72: hue angle of 156º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A72 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB54154114-
CMYK0.6500.260.40
HSL156º48.08%40.78%-
HSV(B)156º64.94%60.39%-
XYZ16.1125.1119.92-
YUV119.54124.8781.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 154 (60.55% from 255) = 47.83%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=16.77%
G=47.83%
B=35.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541541140.6500.260.4015648.0840.78
Hex369A724101A289c3029
Octal66232162101032502346051
Binary110110100110101110010100000101101010100010011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,154,114); }

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

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

 a { background-color: rgb(54,154,114); }

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

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

 span { border-color: rgb(54,154,114); }

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