#369564

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

Shades of Eucalyptus #369564

Tints of Eucalyptus #369564

Color information

#369564 (or 0x369564) is unknown color: approx Eucalyptus. HEX triplet: 36, 95 and 64. RGB value is (54,149,100). Sum of RGB (Red+Green+Blue) = 54+149+100=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #369564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369564 is #C96A9B. Grayscale: #737373. Windows color (decimal): -13200028 or 6591798. OLE color: 6591798.

HSL color Cylindrical-coordinate representation of color #369564: hue angle of 149.05º 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 #369564 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB54149100-
CMYK0.6400.330.42
HSL149.05º46.8%39.8%-
HSV(B)149.05º63.76%58.43%-
XYZ14.5723.215.77-
YUV115.01119.5384.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=17.82%
G=49.17%
B=33.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491000.6400.330.42149.0546.839.8
Hex369564400212A952f28
Octal66225144100041522255750
Binary1101101001010111001001000000010000110101010010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369564; }

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

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

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

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

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

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

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

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