Html Css Color HEX #349D50 Chateau Green

📋 copy color: '#349D50'

red 52 ◦ green 157 ◦ blue 80

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

Shades of Chateau Green #349D50

Tints of Chateau Green #349D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.33%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 17.99%
G = 54.33%
B = 27.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#349D50 (or 0x349D50) is known color: Chateau Green. HEX triplet: 34, 9D and 50. RGB value is (52,157,80). Sum of RGB (Red+Green+Blue) = 52+157+80=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #349D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D50 is #CB62AF. Grayscale: #757575. Windows color (decimal): -13329072 or 5283124. OLE color: 5283124.

HSL color Cylindrical-coordinate representation of color #349D50: hue angle of 136º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D50 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 80 -
CMYK 0.67 0 0.49 0.38
HSL 136º 0.5% 0.41% -
HSV(B) 136º 0.67% 0.62% -
XYZ 14.92 25.42 11.71 -
YUV 116.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 52 157 80 0.67 0 0.49 0.38 136 0.5 0.41
Hex 34 9D 50 43 0 31 26 88 32 29
Octal 64 235 120 103 0 61 46 210 62 51
Binary 110100 10011101 1010000 1000011 0 110001 100110 10001000 110010 101001

Color Harmonies of #349D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D50

Black with #349D50

Text Example


Text Example

White with #349D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349D50; }

 p { color: rgb(52,157,80); }

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

background-color css

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

 a { background-color: rgb(52,157,80); }

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

border-color css

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

 span { border-color: rgb(52,157,80); }

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