#359A6F

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

Shades of Eucalyptus #359A6F

Tints of Eucalyptus #359A6F

Color information

#359A6F (or 0x359A6F) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 6F. RGB value is (53,154,111). Sum of RGB (Red+Green+Blue) = 53+154+111=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #359A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A6F is #CA6590. Grayscale: #767676. Windows color (decimal): -13264273 or 7313973. OLE color: 7313973.

HSL color Cylindrical-coordinate representation of color #359A6F: hue angle of 154.46º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A6F is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB53154111-
CMYK0.6600.280.40
HSL154.46º48.79%40.59%-
HSV(B)154.46º65.58%60.39%-
XYZ15.8925.0219.03-
YUV118.9123.5481-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 154 (60.55% from 255) = 48.43%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=16.67%
G=48.43%
B=34.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531541110.6600.280.40154.4648.7940.59
Hex359A6F4201C289a3129
Octal65232157102034502326151
Binary110101100110101101111100001001110010100010011010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359A6F; }

 p { color: rgb(53,154,111); }

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

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

 a { background-color: rgb(53,154,111); }

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

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

 span { border-color: rgb(53,154,111); }

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