#359761

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

Shades of Eucalyptus #359761

Tints of Eucalyptus #359761

Color information

#359761 (or 0x359761) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 61. RGB value is (53,151,97). Sum of RGB (Red+Green+Blue) = 53+151+97=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #359761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359761 is #CA689E. Grayscale: #737373. Windows color (decimal): -13265055 or 6395701. OLE color: 6395701.

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

Color convert

RGB5315197-
CMYK0.6500.360.41
HSL146.94º48.04%40%-
HSV(B)146.94º64.9%59.22%-
XYZ14.6923.7515.12-
YUV115.54117.5383.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 151 (59.38% from 255) = 50.17%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=17.61%
G=50.17%
B=32.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53151970.6500.360.41146.9448.0440
Hex3597614102429933028
Octal65227141101044512236050
Binary1101011001011111000011000001010010010100110010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359761; }

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

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

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

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

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

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

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

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