#35975E

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

Shades of Eucalyptus #35975E

Tints of Eucalyptus #35975E

Color information

#35975E (or 0x35975E) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 5E. RGB value is (53,151,94). Sum of RGB (Red+Green+Blue) = 53+151+94=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #35975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35975E is #CA68A1. Grayscale: #737373. Windows color (decimal): -13265058 or 6199093. OLE color: 6199093.

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

Color convert

RGB5315194-
CMYK0.6500.380.41
HSL145.1º48.04%40%-
HSV(B)145.1º64.9%59.22%-
XYZ14.5623.714.4-
YUV115.2116.0383.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 151 (59.38% from 255) = 50.67%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=17.79%
G=50.67%
B=31.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53151940.6500.380.41145.148.0440
Hex35975E4102629913028
Octal65227136101046512216050
Binary1101011001011110111101000001010011010100110010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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