Html Css Color HEX #349446 Chateau Green

📋 copy color: '#349446'

red 52 ◦ green 148 ◦ blue 70

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

Shades of Chateau Green #349446

Tints of Chateau Green #349446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 19.26%
G = 54.81%
B = 25.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#349446 (or 0x349446) is known color: Chateau Green. HEX triplet: 34, 94 and 46. RGB value is (52,148,70). Sum of RGB (Red+Green+Blue) = 52+148+70=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #349446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349446 is #CB6BB9. Grayscale: #6E6E6E. Windows color (decimal): -13331386 or 4625460. OLE color: 4625460.

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

Color convert

RGB 52 148 70 -
CMYK 0.65 0 0.53 0.42
HSL 131.25º 0.48% 0.39% -
HSV(B) 131.25º 0.65% 0.58% -
XYZ 13.11 22.35 9.42 -
YUV 110.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 52 148 70 0.65 0 0.53 0.42 131.25 0.48 0.39
Hex 34 94 46 41 0 35 2A 83 30 27
Octal 64 224 106 101 0 65 52 203 60 47
Binary 110100 10010100 1000110 1000001 0 110101 101010 10000011 110000 100111

Color Harmonies of #349446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349446

Black with #349446

Text Example


Text Example

White with #349446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349446; }

 p { color: rgb(52,148,70); }

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

background-color css

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

 a { background-color: rgb(52,148,70); }

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

border-color css

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

 span { border-color: rgb(52,148,70); }

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