Html Css Color HEX #349D47 Chateau Green

📋 copy color: '#349D47'

red 52 ◦ green 157 ◦ blue 71

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

Shades of Chateau Green #349D47

Tints of Chateau Green #349D47

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.07%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 18.57%
G = 56.07%
B = 25.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#349D47 (or 0x349D47) is known color: Chateau Green. HEX triplet: 34, 9D and 47. RGB value is (52,157,71). Sum of RGB (Red+Green+Blue) = 52+157+71=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #349D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D47 is #CB62B8. Grayscale: #747474. Windows color (decimal): -13329081 or 4693300. OLE color: 4693300.

HSL color Cylindrical-coordinate representation of color #349D47: hue angle of 130.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D47 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 71 -
CMYK 0.67 0 0.55 0.38
HSL 130.86º 0.5% 0.41% -
HSV(B) 130.86º 0.67% 0.62% -
XYZ 14.61 25.3 10.07 -
YUV 115.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 52 157 71 0.67 0 0.55 0.38 130.86 0.5 0.41
Hex 34 9D 47 43 0 37 26 83 32 29
Octal 64 235 107 103 0 67 46 203 62 51
Binary 110100 10011101 1000111 1000011 0 110111 100110 10000011 110010 101001

Color Harmonies of #349D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D47

Black with #349D47

Text Example


Text Example

White with #349D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349D47; }

 p { color: rgb(52,157,71); }

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

background-color css

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

 a { background-color: rgb(52,157,71); }

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

border-color css

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

 span { border-color: rgb(52,157,71); }

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