Html Css Color HEX #349F50 Chateau Green

📋 copy color: '#349F50'

red 52 ◦ green 159 ◦ blue 80

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

Shades of Chateau Green #349F50

Tints of Chateau Green #349F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.64%

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

R = 17.87%
G = 54.64%
B = 27.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#349F50 (or 0x349F50) is known color: Chateau Green. HEX triplet: 34, 9F and 50. RGB value is (52,159,80). Sum of RGB (Red+Green+Blue) = 52+159+80=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #349F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F50 is #CB60AF. Grayscale: #767676. Windows color (decimal): -13328560 or 5283636. OLE color: 5283636.

HSL color Cylindrical-coordinate representation of color #349F50: hue angle of 135.7º degrees, saturation: 0.51, 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 #349F50 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 80 -
CMYK 0.67 0 0.50 0.38
HSL 135.7º 0.51% 0.41% -
HSV(B) 135.7º 0.67% 0.62% -
XYZ 15.26 26.11 11.82 -
YUV 118 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 52 159 80 0.67 0 0.50 0.38 135.7 0.51 0.41
Hex 34 9F 50 43 0 32 26 88 33 29
Octal 64 237 120 103 0 62 46 210 63 51
Binary 110100 10011111 1010000 1000011 0 110010 100110 10001000 110011 101001

Color Harmonies of #349F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F50

Black with #349F50

Text Example


Text Example

White with #349F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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