#35965B

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

Shades of Eucalyptus #35965B

Tints of Eucalyptus #35965B

Color information

#35965B (or 0x35965B) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 5B. RGB value is (53,150,91). Sum of RGB (Red+Green+Blue) = 53+150+91=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #35965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35965B is #CA69A4. Grayscale: #727272. Windows color (decimal): -13265317 or 6002229. OLE color: 6002229.

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

Color convert

RGB5315091-
CMYK0.6500.390.41
HSL143.51º47.78%39.8%-
HSV(B)143.51º64.67%58.82%-
XYZ14.2623.3213.65-
YUV114.27114.8684.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=18.03%
G=51.02%
B=30.95%

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
Decimal53150910.6500.390.41143.5147.7839.8
Hex35965B4102729903028
Octal65226133101047512206050
Binary1101011001011010110111000001010011110100110010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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