#35953A

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

Shades of Forest Green #35953A

Tints of Forest Green #35953A

Color information

#35953A (or 0x35953A) is unknown color: approx Forest Green. HEX triplet: 35, 95 and 3A. RGB value is (53,149,58). Sum of RGB (Red+Green+Blue) = 53+149+58=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #35953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35953A is #CA6AC5. Grayscale: #6E6E6E. Windows color (decimal): -13265606 or 3839285. OLE color: 3839285.

HSL color Cylindrical-coordinate representation of color #35953A: hue angle of 123.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35953A is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB5314958-
CMYK0.6400.610.42
HSL123.12º47.52%39.61%-
HSV(B)123.12º64.43%58.43%-
XYZ12.9822.567.67-
YUV109.9298.787.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=20.38%
G=57.31%
B=22.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149580.6400.610.42123.1247.5239.61
Hex35953A4003D2A7b3028
Octal6522572100075521736050
Binary11010110010101111010100000001111011010101111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,149,58); }

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

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

 a { background-color: rgb(53,149,58); }

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

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

 span { border-color: rgb(53,149,58); }

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