#35965C

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

Shades of Eucalyptus #35965C

Tints of Eucalyptus #35965C

Color information

#35965C (or 0x35965C) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 5C. RGB value is (53,150,92). Sum of RGB (Red+Green+Blue) = 53+150+92=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #35965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35965C is #CA69A3. Grayscale: #727272. Windows color (decimal): -13265316 or 6067765. OLE color: 6067765.

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

Color convert

RGB5315092-
CMYK0.6500.390.41
HSL144.12º47.78%39.8%-
HSV(B)144.12º64.67%58.82%-
XYZ14.3123.3413.88-
YUV114.38115.3684.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=17.97%
G=50.85%
B=31.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150920.6500.390.41144.1247.7839.8
Hex35965C4102729903028
Octal65226134101047512206050
Binary1101011001011010111001000001010011110100110010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35965C; }

 p { color: rgb(53,150,92); }

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

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

 a { background-color: rgb(53,150,92); }

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

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

 span { border-color: rgb(53,150,92); }

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