Html Css Color HEX #349647 Chateau Green

📋 copy color: '#349647'

red 52 ◦ green 150 ◦ blue 71

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

Shades of Chateau Green #349647

Tints of Chateau Green #349647

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

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

R = 19.05%
G = 54.95%
B = 26.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#349647 (or 0x349647) is known color: Chateau Green. HEX triplet: 34, 96 and 47. RGB value is (52,150,71). Sum of RGB (Red+Green+Blue) = 52+150+71=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #349647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349647 is #CB69B8. Grayscale: #6F6F6F. Windows color (decimal): -13330873 or 4691508. OLE color: 4691508.

HSL color Cylindrical-coordinate representation of color #349647: hue angle of 131.63º degrees, saturation: 0.49, 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 #349647 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 71 -
CMYK 0.65 0 0.53 0.41
HSL 131.63º 0.49% 0.4% -
HSV(B) 131.63º 0.65% 0.59% -
XYZ 13.46 23 9.69 -
YUV 111.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 52 150 71 0.65 0 0.53 0.41 131.63 0.49 0.4
Hex 34 96 47 41 0 35 29 84 31 28
Octal 64 226 107 101 0 65 51 204 61 50
Binary 110100 10010110 1000111 1000001 0 110101 101001 10000100 110001 101000

Color Harmonies of #349647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349647

Black with #349647

Text Example


Text Example

White with #349647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349647; }

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

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

background-color css

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

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

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

border-color css

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

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

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