#359166

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

Shades of Eucalyptus #359166

Tints of Eucalyptus #359166

Color information

#359166 (or 0x359166) is unknown color: approx Eucalyptus. HEX triplet: 35, 91 and 66. RGB value is (53,145,102). Sum of RGB (Red+Green+Blue) = 53+145+102=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #359166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359166 is #CA6E99. Grayscale: #707070. Windows color (decimal): -13266586 or 6721845. OLE color: 6721845.

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

Color convert

RGB53145102-
CMYK0.6300.300.43
HSL151.96º46.46%38.82%-
HSV(B)151.96º63.45%56.86%-
XYZ13.9921.9716.07-
YUV112.59122.0285.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 102 (40.23% from 255) = 34%
R=17.67%
G=48.33%
B=34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451020.6300.300.43151.9646.4638.82
Hex3591663F01E2B982e27
Octal6522114677036532305647
Binary11010110010001110011011111101111010101110011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359166; }

 p { color: rgb(53,145,102); }

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

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

 a { background-color: rgb(53,145,102); }

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

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

 span { border-color: rgb(53,145,102); }

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