Html Css Color HEX #34AC4A Chateau Green

📋 copy color: '#34AC4A'

red 52 ◦ green 172 ◦ blue 74

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

Shades of Chateau Green #34AC4A

Tints of Chateau Green #34AC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 17.45%
G = 57.72%
B = 24.83%

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

#34AC4A (or 0x34AC4A) is known color: Chateau Green. HEX triplet: 34, AC and 4A. RGB value is (52,172,74). Sum of RGB (Red+Green+Blue) = 52+172+74=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC4A is #CB53B5. Grayscale: #7D7D7D. Windows color (decimal): -13325238 or 4893748. OLE color: 4893748.

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

Color convert

RGB 52 172 74 -
CMYK 0.70 0 0.57 0.33
HSL 131º 0.54% 0.44% -
HSV(B) 131º 0.7% 0.67% -
XYZ 17.4 30.73 11.49 -
YUV 124.95 99.24 75.97 -
System Red Green Blue C M Y K H S L
Decimal 52 172 74 0.70 0 0.57 0.33 131 0.54 0.44
Hex 34 AC 4A 46 0 39 21 83 36 2C
Octal 64 254 112 106 0 71 41 203 66 54
Binary 110100 10101100 1001010 1000110 0 111001 100001 10000011 110110 101100

Color Harmonies of #34AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC4A

Black with #34AC4A

Text Example


Text Example

White with #34AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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