#369A5F

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

Shades of Eucalyptus #369A5F

Tints of Eucalyptus #369A5F

Color information

#369A5F (or 0x369A5F) is unknown color: approx Eucalyptus. HEX triplet: 36, 9A and 5F. RGB value is (54,154,95). Sum of RGB (Red+Green+Blue) = 54+154+95=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #369A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A5F is #C965A0. Grayscale: #757575. Windows color (decimal): -13198753 or 6265398. OLE color: 6265398.

HSL color Cylindrical-coordinate representation of color #369A5F: hue angle of 144.6º 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 #369A5F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB5415495-
CMYK0.6500.380.40
HSL144.6º48.08%40.78%-
HSV(B)144.6º64.94%60.39%-
XYZ15.1424.7214.8-
YUV117.37115.3782.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=17.82%
G=50.83%
B=31.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54154950.6500.380.40144.648.0840.78
Hex369A5F4102628913029
Octal66232137101046502216051
Binary1101101001101010111111000001010011010100010010001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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