#369A61

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

Shades of Eucalyptus #369A61

Tints of Eucalyptus #369A61

Color information

#369A61 (or 0x369A61) is unknown color: approx Eucalyptus. HEX triplet: 36, 9A and 61. RGB value is (54,154,97). Sum of RGB (Red+Green+Blue) = 54+154+97=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #369A61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A61 is #C9659E. Grayscale: #757575. Windows color (decimal): -13198751 or 6396470. OLE color: 6396470.

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

Color convert

RGB5415497-
CMYK0.6500.370.40
HSL145.8º48.08%40.78%-
HSV(B)145.8º64.94%60.39%-
XYZ15.2324.7615.29-
YUV117.6116.3782.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=17.70%
G=50.49%
B=31.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54154970.6500.370.40145.848.0840.78
Hex369A614102528923029
Octal66232141101045502226051
Binary1101101001101011000011000001010010110100010010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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