#369061

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

Shades of Eucalyptus #369061

Tints of Eucalyptus #369061

Color information

#369061 (or 0x369061) is unknown color: approx Eucalyptus. HEX triplet: 36, 90 and 61. RGB value is (54,144,97). Sum of RGB (Red+Green+Blue) = 54+144+97=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #369061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369061 is #C96F9E. Grayscale: #6F6F6F. Windows color (decimal): -13201311 or 6393910. OLE color: 6393910.

HSL color Cylindrical-coordinate representation of color #369061: hue angle of 148.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369061 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB5414497-
CMYK0.6300.330.44
HSL148.67º45.45%38.82%-
HSV(B)148.67º62.5%56.47%-
XYZ13.6521.5914.76-
YUV111.73119.6886.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=18.31%
G=48.81%
B=32.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54144970.6300.330.44148.6745.4538.82
Hex3690613F0212C952d27
Octal6622014177041542255547
Binary110110100100001100001111111010000110110010010101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369061; }

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

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

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

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

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

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

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

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