Html Css Color HEX #349340 Chateau Green

📋 copy color: '#349340'

red 52 ◦ green 147 ◦ blue 64

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

Shades of Chateau Green #349340

Tints of Chateau Green #349340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 19.77%
G = 55.89%
B = 24.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#349340 (or 0x349340) is known color: Chateau Green. HEX triplet: 34, 93 and 40. RGB value is (52,147,64). Sum of RGB (Red+Green+Blue) = 52+147+64=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #349340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349340 is #CB6CBF. Grayscale: #6D6D6D. Windows color (decimal): -13331648 or 4231988. OLE color: 4231988.

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

Color convert

RGB 52 147 64 -
CMYK 0.65 0 0.56 0.42
HSL 127.58º 0.48% 0.39% -
HSV(B) 127.58º 0.65% 0.58% -
XYZ 12.78 21.97 8.42 -
YUV 109.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 52 147 64 0.65 0 0.56 0.42 127.58 0.48 0.39
Hex 34 93 40 41 0 38 2A 80 30 27
Octal 64 223 100 101 0 70 52 200 60 47
Binary 110100 10010011 1000000 1000001 0 111000 101010 10000000 110000 100111

Color Harmonies of #349340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349340

Black with #349340

Text Example


Text Example

White with #349340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349340; }

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

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

background-color css

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

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

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

border-color css

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

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

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