Html Css Color HEX #349549 Chateau Green

📋 copy color: '#349549'

red 52 ◦ green 149 ◦ blue 73

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

Shades of Chateau Green #349549

Tints of Chateau Green #349549

RGB

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

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

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

R = 18.98%
G = 54.38%
B = 26.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#349549 (or 0x349549) is known color: Chateau Green. HEX triplet: 34, 95 and 49. RGB value is (52,149,73). Sum of RGB (Red+Green+Blue) = 52+149+73=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #349549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349549 is #CB6AB6. Grayscale: #6F6F6F. Windows color (decimal): -13331127 or 4822324. OLE color: 4822324.

HSL color Cylindrical-coordinate representation of color #349549: hue angle of 132.99º 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 #349549 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 73 -
CMYK 0.65 0 0.51 0.42
HSL 132.99º 0.48% 0.39% -
HSV(B) 132.99º 0.65% 0.58% -
XYZ 13.37 22.71 9.98 -
YUV 111.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 52 149 73 0.65 0 0.51 0.42 132.99 0.48 0.39
Hex 34 95 49 41 0 33 2A 85 30 27
Octal 64 225 111 101 0 63 52 205 60 47
Binary 110100 10010101 1001001 1000001 0 110011 101010 10000101 110000 100111

Color Harmonies of #349549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349549

Black with #349549

Text Example


Text Example

White with #349549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349549; }

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

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

background-color css

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

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

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

border-color css

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

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

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