Html Css Color HEX #349C47 Chateau Green

📋 copy color: '#349C47'

red 52 ◦ green 156 ◦ blue 71

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

Shades of Chateau Green #349C47

Tints of Chateau Green #349C47

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.91%

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

R = 18.64%
G = 55.91%
B = 25.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#349C47 (or 0x349C47) is known color: Chateau Green. HEX triplet: 34, 9C and 47. RGB value is (52,156,71). Sum of RGB (Red+Green+Blue) = 52+156+71=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #349C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C47 is #CB63B8. Grayscale: #737373. Windows color (decimal): -13329337 or 4693044. OLE color: 4693044.

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

Color convert

RGB 52 156 71 -
CMYK 0.67 0 0.54 0.39
HSL 130.96º 0.5% 0.41% -
HSV(B) 130.96º 0.67% 0.61% -
XYZ 14.44 24.96 10.02 -
YUV 115.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 52 156 71 0.67 0 0.54 0.39 130.96 0.5 0.41
Hex 34 9C 47 43 0 36 27 83 32 29
Octal 64 234 107 103 0 66 47 203 62 51
Binary 110100 10011100 1000111 1000011 0 110110 100111 10000011 110010 101001

Color Harmonies of #349C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C47

Black with #349C47

Text Example


Text Example

White with #349C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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