Html Css Color HEX #349533 Forest Green

📋 copy color: '#349533'

red 52 ◦ green 149 ◦ blue 51

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

Shades of Forest Green #349533

Tints of Forest Green #349533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 20.63%
G = 59.13%
B = 20.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#349533 (or 0x349533) is known color: Forest Green. HEX triplet: 34, 95 and 33. RGB value is (52,149,51). Sum of RGB (Red+Green+Blue) = 52+149+51=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #349533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349533 is #CB6ACC. Grayscale: #6D6D6D. Windows color (decimal): -13331149 or 3380532. OLE color: 3380532.

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

Color convert

RGB 52 149 51 -
CMYK 0.65 0 0.66 0.42
HSL 119.39º 0.49% 0.39% -
HSV(B) 119.39º 0.66% 0.58% -
XYZ 12.76 22.46 6.8 -
YUV 108.83 95.36 87.47 -
System Red Green Blue C M Y K H S L
Decimal 52 149 51 0.65 0 0.66 0.42 119.39 0.49 0.39
Hex 34 95 33 41 0 42 2A 77 31 27
Octal 64 225 63 101 0 102 52 167 61 47
Binary 110100 10010101 110011 1000001 0 1000010 101010 1110111 110001 100111

Color Harmonies of #349533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349533

Black with #349533

Text Example


Text Example

White with #349533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349533; }

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

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

background-color css

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

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

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

border-color css

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

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

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