#35963A

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

Shades of Forest Green #35963A

Tints of Forest Green #35963A

Color information

#35963A (or 0x35963A) is unknown color: approx Forest Green. HEX triplet: 35, 96 and 3A. RGB value is (53,150,58). Sum of RGB (Red+Green+Blue) = 53+150+58=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #35963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35963A is #CA69C5. Grayscale: #6E6E6E. Windows color (decimal): -13265350 or 3839541. OLE color: 3839541.

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

Color convert

RGB5315058-
CMYK0.6500.610.41
HSL123.09º47.78%39.8%-
HSV(B)123.09º64.67%58.82%-
XYZ13.1422.887.73-
YUV110.5198.3686.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=20.31%
G=57.47%
B=22.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150580.6500.610.41123.0947.7839.8
Hex35963A4103D297b3028
Octal6522672101075511736050
Binary11010110010110111010100000101111011010011111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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