Html Css Color HEX #34A549 Chateau Green

📋 copy color: '#34A549'

red 52 ◦ green 165 ◦ blue 73

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

Shades of Chateau Green #34A549

Tints of Chateau Green #34A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.9%

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

R = 17.93%
G = 56.9%
B = 25.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#34A549 (or 0x34A549) is known color: Chateau Green. HEX triplet: 34, A5 and 49. RGB value is (52,165,73). Sum of RGB (Red+Green+Blue) = 52+165+73=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #34A549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A549 is #CB5AB6. Grayscale: #787878. Windows color (decimal): -13327031 or 4826420. OLE color: 4826420.

HSL color Cylindrical-coordinate representation of color #34A549: hue angle of 131.15º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A549 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 73 -
CMYK 0.68 0 0.56 0.35
HSL 131.15º 0.52% 0.43% -
HSV(B) 131.15º 0.68% 0.65% -
XYZ 16.07 28.12 10.88 -
YUV 120.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 52 165 73 0.68 0 0.56 0.35 131.15 0.52 0.43
Hex 34 A5 49 44 0 38 23 83 34 2B
Octal 64 245 111 104 0 70 43 203 64 53
Binary 110100 10100101 1001001 1000100 0 111000 100011 10000011 110100 101011

Color Harmonies of #34A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A549

Black with #34A549

Text Example


Text Example

White with #34A549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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