Html Css Color HEX #349544 Chateau Green

📋 copy color: '#349544'

red 52 ◦ green 149 ◦ blue 68

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

Shades of Chateau Green #349544

Tints of Chateau Green #349544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 19.33%
G = 55.39%
B = 25.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#349544 (or 0x349544) is known color: Chateau Green. HEX triplet: 34, 95 and 44. RGB value is (52,149,68). Sum of RGB (Red+Green+Blue) = 52+149+68=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #349544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349544 is #CB6ABB. Grayscale: #6E6E6E. Windows color (decimal): -13331132 or 4494644. OLE color: 4494644.

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

Color convert

RGB 52 149 68 -
CMYK 0.65 0 0.54 0.42
HSL 129.9º 0.48% 0.39% -
HSV(B) 129.9º 0.65% 0.58% -
XYZ 13.21 22.64 9.14 -
YUV 110.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 52 149 68 0.65 0 0.54 0.42 129.9 0.48 0.39
Hex 34 95 44 41 0 36 2A 82 30 27
Octal 64 225 104 101 0 66 52 202 60 47
Binary 110100 10010101 1000100 1000001 0 110110 101010 10000010 110000 100111

Color Harmonies of #349544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349544

Black with #349544

Text Example


Text Example

White with #349544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349544; }

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

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

background-color css

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

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

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

border-color css

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

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

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