Html Css Color HEX #34A74C Chateau Green

📋 copy color: '#34A74C'

red 52 ◦ green 167 ◦ blue 76

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

Shades of Chateau Green #34A74C

Tints of Chateau Green #34A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.61%

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

R = 17.63%
G = 56.61%
B = 25.76%

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

#34A74C (or 0x34A74C) is known color: Chateau Green. HEX triplet: 34, A7 and 4C. RGB value is (52,167,76). Sum of RGB (Red+Green+Blue) = 52+167+76=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #34A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A74C is #CB58B3. Grayscale: #7A7A7A. Windows color (decimal): -13326516 or 5023540. OLE color: 5023540.

HSL color Cylindrical-coordinate representation of color #34A74C: hue angle of 132.52º degrees, saturation: 0.53, 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 #34A74C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 167 76 -
CMYK 0.69 0 0.54 0.35
HSL 132.52º 0.53% 0.43% -
HSV(B) 132.52º 0.69% 0.65% -
XYZ 16.54 28.89 11.54 -
YUV 122.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 52 167 76 0.69 0 0.54 0.35 132.52 0.53 0.43
Hex 34 A7 4C 45 0 36 23 85 35 2B
Octal 64 247 114 105 0 66 43 205 65 53
Binary 110100 10100111 1001100 1000101 0 110110 100011 10000101 110101 101011

Color Harmonies of #34A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A74C

Black with #34A74C

Text Example


Text Example

White with #34A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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