Html Css Color HEX #349540 Chateau Green

📋 copy color: '#349540'

red 52 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #349540

Tints of Chateau Green #349540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

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

R = 19.62%
G = 56.23%
B = 24.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#349540 (or 0x349540) is known color: Chateau Green. HEX triplet: 34, 95 and 40. RGB value is (52,149,64). Sum of RGB (Red+Green+Blue) = 52+149+64=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #349540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349540 is #CB6ABF. Grayscale: #6E6E6E. Windows color (decimal): -13331136 or 4232500. OLE color: 4232500.

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

Color convert

RGB 52 149 64 -
CMYK 0.65 0 0.57 0.42
HSL 127.42º 0.48% 0.39% -
HSV(B) 127.42º 0.65% 0.58% -
XYZ 13.09 22.6 8.52 -
YUV 110.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 52 149 64 0.65 0 0.57 0.42 127.42 0.48 0.39
Hex 34 95 40 41 0 39 2A 7F 30 27
Octal 64 225 100 101 0 71 52 177 60 47
Binary 110100 10010101 1000000 1000001 0 111001 101010 1111111 110000 100111

Color Harmonies of #349540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349540

Black with #349540

Text Example


Text Example

White with #349540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349540; }

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

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

background-color css

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

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

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

border-color css

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

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

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