Html Css Color HEX #349344 Chateau Green

📋 copy color: '#349344'

red 52 ◦ green 147 ◦ blue 68

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

Shades of Chateau Green #349344

Tints of Chateau Green #349344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 19.48%
G = 55.06%
B = 25.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#349344 (or 0x349344) is known color: Chateau Green. HEX triplet: 34, 93 and 44. RGB value is (52,147,68). Sum of RGB (Red+Green+Blue) = 52+147+68=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #349344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349344 is #CB6CBB. Grayscale: #6D6D6D. Windows color (decimal): -13331644 or 4494132. OLE color: 4494132.

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

Color convert

RGB 52 147 68 -
CMYK 0.65 0 0.54 0.42
HSL 130.11º 0.48% 0.39% -
HSV(B) 130.11º 0.65% 0.58% -
XYZ 12.89 22.01 9.04 -
YUV 109.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 52 147 68 0.65 0 0.54 0.42 130.11 0.48 0.39
Hex 34 93 44 41 0 36 2A 82 30 27
Octal 64 223 104 101 0 66 52 202 60 47
Binary 110100 10010011 1000100 1000001 0 110110 101010 10000010 110000 100111

Color Harmonies of #349344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349344

Black with #349344

Text Example


Text Example

White with #349344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349344; }

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

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

background-color css

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

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

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

border-color css

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

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

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