#369068

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

Shades of Eucalyptus #369068

Tints of Eucalyptus #369068

Color information

#369068 (or 0x369068) is unknown color: approx Eucalyptus. HEX triplet: 36, 90 and 68. RGB value is (54,144,104). Sum of RGB (Red+Green+Blue) = 54+144+104=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #369068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369068 is #C96F97. Grayscale: #707070. Windows color (decimal): -13201304 or 6852662. OLE color: 6852662.

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

Color convert

RGB54144104-
CMYK0.6300.280.44
HSL153.33º45.45%38.82%-
HSV(B)153.33º62.5%56.47%-
XYZ13.9921.7316.55-
YUV112.53123.1886.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=17.88%
G=47.68%
B=34.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441040.6300.280.44153.3345.4538.82
Hex3690683F01C2C992d27
Octal6622015077034542315547
Binary11011010010000110100011111101110010110010011001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369068; }

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

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

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

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

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

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

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

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