Html Css Color HEX #34AC50 Chateau Green

📋 copy color: '#34AC50'

red 52 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #34AC50

Tints of Chateau Green #34AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.58%

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

R = 17.11%
G = 56.58%
B = 26.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#34AC50 (or 0x34AC50) is known color: Chateau Green. HEX triplet: 34, AC and 50. RGB value is (52,172,80). Sum of RGB (Red+Green+Blue) = 52+172+80=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AC50 is #CB53AF. Grayscale: #7D7D7D. Windows color (decimal): -13325232 or 5286964. OLE color: 5286964.

HSL color Cylindrical-coordinate representation of color #34AC50: hue angle of 134º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC50 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 172 80 -
CMYK 0.70 0 0.53 0.33
HSL 134º 0.54% 0.44% -
HSV(B) 134º 0.7% 0.67% -
XYZ 17.62 30.81 12.61 -
YUV 125.63 102.24 75.48 -
System Red Green Blue C M Y K H S L
Decimal 52 172 80 0.70 0 0.53 0.33 134 0.54 0.44
Hex 34 AC 50 46 0 35 21 86 36 2C
Octal 64 254 120 106 0 65 41 206 66 54
Binary 110100 10101100 1010000 1000110 0 110101 100001 10000110 110110 101100

Color Harmonies of #34AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC50

Black with #34AC50

Text Example


Text Example

White with #34AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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