#35975A

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

Shades of Eucalyptus #35975A

Tints of Eucalyptus #35975A

Color information

#35975A (or 0x35975A) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 5A. RGB value is (53,151,90). Sum of RGB (Red+Green+Blue) = 53+151+90=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #35975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35975A is #CA68A5. Grayscale: #727272. Windows color (decimal): -13265062 or 5936949. OLE color: 5936949.

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

Color convert

RGB5315190-
CMYK0.6500.400.41
HSL142.65º48.04%40%-
HSV(B)142.65º64.9%59.22%-
XYZ14.3823.6313.48-
YUV114.74114.0383.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=18.03%
G=51.36%
B=30.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53151900.6500.400.41142.6548.0440
Hex35975A41028298f3028
Octal65227132101050512176050
Binary1101011001011110110101000001010100010100110001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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