Html Css Color HEX #349749 Chateau Green

📋 copy color: '#349749'

red 52 ◦ green 151 ◦ blue 73

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

Shades of Chateau Green #349749

Tints of Chateau Green #349749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.71%

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

R = 18.84%
G = 54.71%
B = 26.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#349749 (or 0x349749) is known color: Chateau Green. HEX triplet: 34, 97 and 49. RGB value is (52,151,73). Sum of RGB (Red+Green+Blue) = 52+151+73=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #349749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349749 is #CB68B6. Grayscale: #707070. Windows color (decimal): -13330615 or 4822836. OLE color: 4822836.

HSL color Cylindrical-coordinate representation of color #349749: hue angle of 132.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349749 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 73 -
CMYK 0.66 0 0.52 0.41
HSL 132.73º 0.49% 0.4% -
HSV(B) 132.73º 0.66% 0.59% -
XYZ 13.69 23.34 10.09 -
YUV 112.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 52 151 73 0.66 0 0.52 0.41 132.73 0.49 0.4
Hex 34 97 49 42 0 34 29 85 31 28
Octal 64 227 111 102 0 64 51 205 61 50
Binary 110100 10010111 1001001 1000010 0 110100 101001 10000101 110001 101000

Color Harmonies of #349749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349749

Black with #349749

Text Example


Text Example

White with #349749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349749; }

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

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

background-color css

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

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

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

border-color css

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

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

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