#359768

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

Shades of Eucalyptus #359768

Tints of Eucalyptus #359768

Color information

#359768 (or 0x359768) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 68. RGB value is (53,151,104). Sum of RGB (Red+Green+Blue) = 53+151+104=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #359768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359768 is #CA6897. Grayscale: #747474. Windows color (decimal): -13265048 or 6854453. OLE color: 6854453.

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

Color convert

RGB53151104-
CMYK0.6500.310.41
HSL151.22º48.04%40%-
HSV(B)151.22º64.9%59.22%-
XYZ15.0323.8916.92-
YUV116.34121.0382.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 151 (59.38% from 255) = 49.03%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=17.21%
G=49.03%
B=33.77%

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
Decimal531511040.6500.310.41151.2248.0440
Hex3597684101F29973028
Octal65227150101037512276050
Binary110101100101111101000100000101111110100110010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359768; }

 p { color: rgb(53,151,104); }

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

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

 a { background-color: rgb(53,151,104); }

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

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

 span { border-color: rgb(53,151,104); }

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