Html Css Color HEX #35963A Forest Green

📋 copy color: '#35963A'

red 53 ◦ green 150 ◦ blue 58

#35963A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #35963A

Tints of Forest Green #35963A

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 value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#35963A (or 0x35963A) is known color: 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

RGB 53 150 58 -
CMYK 0.65 0 0.61 0.41
HSL 123.09º 0.48% 0.4% -
HSV(B) 123.09º 0.65% 0.59% -
XYZ 13.14 22.88 7.73 -
YUV 110.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 53 150 58 0.65 0 0.61 0.41 123.09 0.48 0.4
Hex 35 96 3A 41 0 3D 29 7B 30 28
Octal 65 226 72 101 0 75 51 173 60 50
Binary 110101 10010110 111010 1000001 0 111101 101001 1111011 110000 101000

Color Harmonies of #35963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35963A

Black with #35963A

Text Example


Text Example

White with #35963A

Text Example


Text Example

HTML Codes & Css Web 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>