Html Css Color HEX #34AA5E Chateau Green

📋 copy color: '#34AA5E'

red 52 ◦ green 170 ◦ blue 94

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

Shades of Chateau Green #34AA5E

Tints of Chateau Green #34AA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 16.46%
G = 53.8%
B = 29.75%

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

#34AA5E (or 0x34AA5E) is known color: Chateau Green. HEX triplet: 34, AA and 5E. RGB value is (52,170,94). Sum of RGB (Red+Green+Blue) = 52+170+94=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA5E is #CB55A1. Grayscale: #7E7E7E. Windows color (decimal): -13325730 or 6203956. OLE color: 6203956.

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

Color convert

RGB 52 170 94 -
CMYK 0.69 0 0.45 0.33
HSL 141.36º 0.53% 0.44% -
HSV(B) 141.36º 0.69% 0.67% -
XYZ 17.81 30.29 15.5 -
YUV 126.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 52 170 94 0.69 0 0.45 0.33 141.36 0.53 0.44
Hex 34 AA 5E 45 0 2D 21 8D 35 2C
Octal 64 252 136 105 0 55 41 215 65 54
Binary 110100 10101010 1011110 1000101 0 101101 100001 10001101 110101 101100

Color Harmonies of #34AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA5E

Black with #34AA5E

Text Example


Text Example

White with #34AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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