#369568

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

Shades of Eucalyptus #369568

Tints of Eucalyptus #369568

Color information

#369568 (or 0x369568) is unknown color: approx Eucalyptus. HEX triplet: 36, 95 and 68. RGB value is (54,149,104). Sum of RGB (Red+Green+Blue) = 54+149+104=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #369568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369568 is #C96A97. Grayscale: #737373. Windows color (decimal): -13200024 or 6853942. OLE color: 6853942.

HSL color Cylindrical-coordinate representation of color #369568: hue angle of 151.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369568 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB54149104-
CMYK0.6400.300.42
HSL151.58º46.8%39.8%-
HSV(B)151.58º63.76%58.43%-
XYZ14.7723.2816.81-
YUV115.46121.5384.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=17.59%
G=48.53%
B=33.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491040.6400.300.42151.5846.839.8
Hex3695684001E2A982f28
Octal66225150100036522305750
Binary110110100101011101000100000001111010101010011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369568; }

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

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

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

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

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

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

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

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