#369064

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

Shades of Eucalyptus #369064

Tints of Eucalyptus #369064

Color information

#369064 (or 0x369064) is unknown color: approx Eucalyptus. HEX triplet: 36, 90 and 64. RGB value is (54,144,100). Sum of RGB (Red+Green+Blue) = 54+144+100=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #369064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369064 is #C96F9B. Grayscale: #707070. Windows color (decimal): -13201308 or 6590518. OLE color: 6590518.

HSL color Cylindrical-coordinate representation of color #369064: hue angle of 150.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 #369064 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB54144100-
CMYK0.6300.310.44
HSL150.67º45.45%38.82%-
HSV(B)150.67º62.5%56.47%-
XYZ13.7921.6515.51-
YUV112.07121.1886.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=18.12%
G=48.32%
B=33.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441000.6300.310.44150.6745.4538.82
Hex3690643F01F2C972d27
Octal6622014477037542275547
Binary11011010010000110010011111101111110110010010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369064; }

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

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

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

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

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

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

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

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