#369364

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

Shades of Eucalyptus #369364

Tints of Eucalyptus #369364

Color information

#369364 (or 0x369364) is unknown color: approx Eucalyptus. HEX triplet: 36, 93 and 64. RGB value is (54,147,100). Sum of RGB (Red+Green+Blue) = 54+147+100=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #369364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369364 is #C96C9B. Grayscale: #717171. Windows color (decimal): -13200540 or 6591286. OLE color: 6591286.

HSL color Cylindrical-coordinate representation of color #369364: hue angle of 149.68º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369364 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB54147100-
CMYK0.6300.320.42
HSL149.68º46.27%39.41%-
HSV(B)149.68º63.27%57.65%-
XYZ14.2622.5715.66-
YUV113.84120.1985.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=17.94%
G=48.84%
B=33.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471000.6300.320.42149.6846.2739.41
Hex3693643F0202A962e27
Octal6622314477040522265647
Binary110110100100111100100111111010000010101010010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369364; }

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

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

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

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

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

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

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

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