Html Css Color HEX #349C50 Chateau Green

📋 copy color: '#349C50'

red 52 ◦ green 156 ◦ blue 80

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

Shades of Chateau Green #349C50

Tints of Chateau Green #349C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.17%

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

R = 18.06%
G = 54.17%
B = 27.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#349C50 (or 0x349C50) is known color: Chateau Green. HEX triplet: 34, 9C and 50. RGB value is (52,156,80). Sum of RGB (Red+Green+Blue) = 52+156+80=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #349C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C50 is #CB63AF. Grayscale: #747474. Windows color (decimal): -13329328 or 5282868. OLE color: 5282868.

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

Color convert

RGB 52 156 80 -
CMYK 0.67 0 0.49 0.39
HSL 136.15º 0.5% 0.41% -
HSV(B) 136.15º 0.67% 0.61% -
XYZ 14.75 25.09 11.65 -
YUV 116.24 107.54 82.18 -
System Red Green Blue C M Y K H S L
Decimal 52 156 80 0.67 0 0.49 0.39 136.15 0.5 0.41
Hex 34 9C 50 43 0 31 27 88 32 29
Octal 64 234 120 103 0 61 47 210 62 51
Binary 110100 10011100 1010000 1000011 0 110001 100111 10001000 110010 101001

Color Harmonies of #349C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C50

Black with #349C50

Text Example


Text Example

White with #349C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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