Html Css Color HEX #34AB49 Chateau Green

📋 copy color: '#34AB49'

red 52 ◦ green 171 ◦ blue 73

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

Shades of Chateau Green #34AB49

Tints of Chateau Green #34AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.77%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 17.57%
G = 57.77%
B = 24.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#34AB49 (or 0x34AB49) is known color: Chateau Green. HEX triplet: 34, AB and 49. RGB value is (52,171,73). Sum of RGB (Red+Green+Blue) = 52+171+73=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB49 is #CB54B6. Grayscale: #7C7C7C. Windows color (decimal): -13325495 or 4827956. OLE color: 4827956.

HSL color Cylindrical-coordinate representation of color #34AB49: hue angle of 130.59º degrees, saturation: 0.53, 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 #34AB49 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 73 -
CMYK 0.70 0 0.57 0.33
HSL 130.59º 0.53% 0.44% -
HSV(B) 130.59º 0.7% 0.67% -
XYZ 17.18 30.34 11.25 -
YUV 124.25 99.08 76.47 -
System Red Green Blue C M Y K H S L
Decimal 52 171 73 0.70 0 0.57 0.33 130.59 0.53 0.44
Hex 34 AB 49 46 0 39 21 83 35 2C
Octal 64 253 111 106 0 71 41 203 65 54
Binary 110100 10101011 1001001 1000110 0 111001 100001 10000011 110101 101100

Color Harmonies of #34AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB49

Black with #34AB49

Text Example


Text Example

White with #34AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,73); }

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

background-color css

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

 a { background-color: rgb(52,171,73); }

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

border-color css

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

 span { border-color: rgb(52,171,73); }

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