#359667

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

Shades of Eucalyptus #359667

Tints of Eucalyptus #359667

Color information

#359667 (or 0x359667) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 67. RGB value is (53,150,103). Sum of RGB (Red+Green+Blue) = 53+150+103=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #359667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359667 is #CA6998. Grayscale: #737373. Windows color (decimal): -13265305 or 6788661. OLE color: 6788661.

HSL color Cylindrical-coordinate representation of color #359667: hue angle of 150.93º 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 #359667 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB53150103-
CMYK0.6500.310.41
HSL150.93º47.78%39.8%-
HSV(B)150.93º64.67%58.82%-
XYZ14.8223.5516.6-
YUV115.64120.8683.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=17.32%
G=49.02%
B=33.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501030.6500.310.41150.9347.7839.8
Hex3596674101F29973028
Octal65226147101037512276050
Binary110101100101101100111100000101111110100110010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359667; }

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

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

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

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

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

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

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

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