Html Css Color HEX #349548 Chateau Green

📋 copy color: '#349548'

red 52 ◦ green 149 ◦ blue 72

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

Shades of Chateau Green #349548

Tints of Chateau Green #349548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 19.05%
G = 54.58%
B = 26.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#349548 (or 0x349548) is known color: Chateau Green. HEX triplet: 34, 95 and 48. RGB value is (52,149,72). Sum of RGB (Red+Green+Blue) = 52+149+72=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #349548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349548 is #CB6AB7. Grayscale: #6F6F6F. Windows color (decimal): -13331128 or 4756788. OLE color: 4756788.

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

Color convert

RGB 52 149 72 -
CMYK 0.65 0 0.52 0.42
HSL 132.37º 0.48% 0.39% -
HSV(B) 132.37º 0.65% 0.58% -
XYZ 13.33 22.69 9.81 -
YUV 111.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 52 149 72 0.65 0 0.52 0.42 132.37 0.48 0.39
Hex 34 95 48 41 0 34 2A 84 30 27
Octal 64 225 110 101 0 64 52 204 60 47
Binary 110100 10010101 1001000 1000001 0 110100 101010 10000100 110000 100111

Color Harmonies of #349548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349548

Black with #349548

Text Example


Text Example

White with #349548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349548; }

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

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

background-color css

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

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

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

border-color css

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

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

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