Html Css Color HEX #349535 Forest Green

📋 copy color: '#349535'

red 52 ◦ green 149 ◦ blue 53

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

Shades of Forest Green #349535

Tints of Forest Green #349535

RGB

 RED value IS 52 (20.7% from 255) = 20.47%

 GREEN value IS 149 (58.59% from 255) = 58.66%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 20.47%
G = 58.66%
B = 20.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#349535 (or 0x349535) is known color: Forest Green. HEX triplet: 34, 95 and 35. RGB value is (52,149,53). Sum of RGB (Red+Green+Blue) = 52+149+53=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #349535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349535 is #CB6ACA. Grayscale: #6D6D6D. Windows color (decimal): -13331147 or 3511604. OLE color: 3511604.

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

Color convert

RGB 52 149 53 -
CMYK 0.65 0 0.64 0.42
HSL 120.62º 0.48% 0.39% -
HSV(B) 120.62º 0.65% 0.58% -
XYZ 12.81 22.48 7.03 -
YUV 109.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 52 149 53 0.65 0 0.64 0.42 120.62 0.48 0.39
Hex 34 95 35 41 0 40 2A 79 30 27
Octal 64 225 65 101 0 100 52 171 60 47
Binary 110100 10010101 110101 1000001 0 1000000 101010 1111001 110000 100111

Color Harmonies of #349535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349535

Black with #349535

Text Example


Text Example

White with #349535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349535; }

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

 H1.HeaderClassName
 {
   color: #349535;
 }
 .AnyTagClassName
 {
   color: #349535;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #349535;
 }
 .BgClassName
 {
   background-color: #349535;
 }
</style>

border-color css

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

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

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