#359672

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

Shades of Eucalyptus #359672

Tints of Eucalyptus #359672

Color information

#359672 (or 0x359672) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 72. RGB value is (53,150,114). Sum of RGB (Red+Green+Blue) = 53+150+114=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #359672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359672 is #CA698D. Grayscale: #747474. Windows color (decimal): -13265294 or 7509557. OLE color: 7509557.

HSL color Cylindrical-coordinate representation of color #359672: hue angle of 157.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359672 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB53150114-
CMYK0.6500.240.41
HSL157.73º47.78%39.8%-
HSV(B)157.73º64.67%58.82%-
XYZ15.4123.7819.7-
YUV116.89126.3682.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=16.72%
G=47.32%
B=35.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501140.6500.240.41157.7347.7839.8
Hex35967241018299e3028
Octal65226162101030512366050
Binary110101100101101110010100000101100010100110011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359672; }

 p { color: rgb(53,150,114); }

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

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

 a { background-color: rgb(53,150,114); }

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

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

 span { border-color: rgb(53,150,114); }

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