#369368

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

Shades of Eucalyptus #369368

Tints of Eucalyptus #369368

Color information

#369368 (or 0x369368) is unknown color: approx Eucalyptus. HEX triplet: 36, 93 and 68. RGB value is (54,147,104). Sum of RGB (Red+Green+Blue) = 54+147+104=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #369368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369368 is #C96C97. Grayscale: #727272. Windows color (decimal): -13200536 or 6853430. OLE color: 6853430.

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

Color convert

RGB54147104-
CMYK0.6300.290.42
HSL152.26º46.27%39.41%-
HSV(B)152.26º63.27%57.65%-
XYZ14.4522.6516.71-
YUV114.29122.1985-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=17.70%
G=48.20%
B=34.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471040.6300.290.42152.2646.2739.41
Hex3693683F01D2A982e27
Octal6622315077035522305647
Binary11011010010011110100011111101110110101010011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369368; }

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

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

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

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

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

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

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

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