Html Css Color HEX #34AA5D Chateau Green

📋 copy color: '#34AA5D'

red 52 ◦ green 170 ◦ blue 93

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

Shades of Chateau Green #34AA5D

Tints of Chateau Green #34AA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 16.51%
G = 53.97%
B = 29.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#34AA5D (or 0x34AA5D) is known color: Chateau Green. HEX triplet: 34, AA and 5D. RGB value is (52,170,93). Sum of RGB (Red+Green+Blue) = 52+170+93=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA5D is #CB55A2. Grayscale: #7E7E7E. Windows color (decimal): -13325731 or 6138420. OLE color: 6138420.

HSL color Cylindrical-coordinate representation of color #34AA5D: hue angle of 140.85º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA5D is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 93 -
CMYK 0.69 0 0.45 0.33
HSL 140.85º 0.53% 0.44% -
HSV(B) 140.85º 0.69% 0.67% -
XYZ 17.77 30.27 15.26 -
YUV 125.94 109.41 75.26 -
System Red Green Blue C M Y K H S L
Decimal 52 170 93 0.69 0 0.45 0.33 140.85 0.53 0.44
Hex 34 AA 5D 45 0 2D 21 8D 35 2C
Octal 64 252 135 105 0 55 41 215 65 54
Binary 110100 10101010 1011101 1000101 0 101101 100001 10001101 110101 101100

Color Harmonies of #34AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA5D

Black with #34AA5D

Text Example


Text Example

White with #34AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,93); }

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

background-color css

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

 a { background-color: rgb(52,170,93); }

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

border-color css

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

 span { border-color: rgb(52,170,93); }

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