#35975F

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

Shades of Eucalyptus #35975F

Tints of Eucalyptus #35975F

Color information

#35975F (or 0x35975F) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 5F. RGB value is (53,151,95). Sum of RGB (Red+Green+Blue) = 53+151+95=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #35975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35975F is #CA68A0. Grayscale: #737373. Windows color (decimal): -13265057 or 6264629. OLE color: 6264629.

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

Color convert

RGB5315195-
CMYK0.6500.370.41
HSL145.71º48.04%40%-
HSV(B)145.71º64.9%59.22%-
XYZ14.623.7214.63-
YUV115.31116.5383.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=17.73%
G=50.50%
B=31.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53151950.6500.370.41145.7148.0440
Hex35975F4102529923028
Octal65227137101045512226050
Binary1101011001011110111111000001010010110100110010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35975F; }

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

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

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

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

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

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

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

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