Html Css Color HEX #349348 Chateau Green

📋 copy color: '#349348'

red 52 ◦ green 147 ◦ blue 72

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

Shades of Chateau Green #349348

Tints of Chateau Green #349348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.24%

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

R = 19.19%
G = 54.24%
B = 26.57%

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

#349348 (or 0x349348) is known color: Chateau Green. HEX triplet: 34, 93 and 48. RGB value is (52,147,72). Sum of RGB (Red+Green+Blue) = 52+147+72=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #349348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349348 is #CB6CB7. Grayscale: #6E6E6E. Windows color (decimal): -13331640 or 4756276. OLE color: 4756276.

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

Color convert

RGB 52 147 72 -
CMYK 0.65 0 0.51 0.42
HSL 132.63º 0.48% 0.39% -
HSV(B) 132.63º 0.65% 0.58% -
XYZ 13.02 22.07 9.7 -
YUV 110.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 52 147 72 0.65 0 0.51 0.42 132.63 0.48 0.39
Hex 34 93 48 41 0 33 2A 85 30 27
Octal 64 223 110 101 0 63 52 205 60 47
Binary 110100 10010011 1001000 1000001 0 110011 101010 10000101 110000 100111

Color Harmonies of #349348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349348

Black with #349348

Text Example


Text Example

White with #349348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349348; }

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

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

background-color css

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

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

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

border-color css

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

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

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