Html Css Color HEX #34A64C Chateau Green

📋 copy color: '#34A64C'

red 52 ◦ green 166 ◦ blue 76

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

Shades of Chateau Green #34A64C

Tints of Chateau Green #34A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.46%

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 17.69%
G = 56.46%
B = 25.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#34A64C (or 0x34A64C) is known color: Chateau Green. HEX triplet: 34, A6 and 4C. RGB value is (52,166,76). Sum of RGB (Red+Green+Blue) = 52+166+76=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #34A64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A64C is #CB59B3. Grayscale: #797979. Windows color (decimal): -13326772 or 5023284. OLE color: 5023284.

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

Color convert

RGB 52 166 76 -
CMYK 0.69 0 0.54 0.35
HSL 132.63º 0.52% 0.43% -
HSV(B) 132.63º 0.69% 0.65% -
XYZ 16.36 28.52 11.48 -
YUV 121.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 52 166 76 0.69 0 0.54 0.35 132.63 0.52 0.43
Hex 34 A6 4C 45 0 36 23 85 34 2B
Octal 64 246 114 105 0 66 43 205 64 53
Binary 110100 10100110 1001100 1000101 0 110110 100011 10000101 110100 101011

Color Harmonies of #34A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A64C

Black with #34A64C

Text Example


Text Example

White with #34A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,166,76); }

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

background-color css

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

 a { background-color: rgb(52,166,76); }

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

border-color css

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

 span { border-color: rgb(52,166,76); }

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