Html Css Color HEX #349249 Chateau Green

📋 copy color: '#349249'

red 52 ◦ green 146 ◦ blue 73

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

Shades of Chateau Green #349249

Tints of Chateau Green #349249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 19.19%
G = 53.87%
B = 26.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#349249 (or 0x349249) is known color: Chateau Green. HEX triplet: 34, 92 and 49. RGB value is (52,146,73). Sum of RGB (Red+Green+Blue) = 52+146+73=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #349249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349249 is #CB6DB6. Grayscale: #6D6D6D. Windows color (decimal): -13331895 or 4821556. OLE color: 4821556.

HSL color Cylindrical-coordinate representation of color #349249: hue angle of 133.4º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349249 is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 73 -
CMYK 0.64 0 0.5 0.43
HSL 133.4º 0.47% 0.39% -
HSV(B) 133.4º 0.64% 0.57% -
XYZ 12.9 21.77 9.83 -
YUV 109.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 52 146 73 0.64 0 0.5 0.43 133.4 0.47 0.39
Hex 34 92 49 40 0 32 2B 85 2F 27
Octal 64 222 111 100 0 62 53 205 57 47
Binary 110100 10010010 1001001 1000000 0 110010 101011 10000101 101111 100111

Color Harmonies of #349249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349249

Black with #349249

Text Example


Text Example

White with #349249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349249; }

 p { color: rgb(52,146,73); }

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

background-color css

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

 a { background-color: rgb(52,146,73); }

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

border-color css

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

 span { border-color: rgb(52,146,73); }

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