Html Css Color HEX #34AB5D Chateau Green

📋 copy color: '#34AB5D'

red 52 ◦ green 171 ◦ blue 93

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

Shades of Chateau Green #34AB5D

Tints of Chateau Green #34AB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.11%

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

R = 16.46%
G = 54.11%
B = 29.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#34AB5D (or 0x34AB5D) is known color: Chateau Green. HEX triplet: 34, AB and 5D. RGB value is (52,171,93). Sum of RGB (Red+Green+Blue) = 52+171+93=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB5D is #CB54A2. Grayscale: #7E7E7E. Windows color (decimal): -13325475 or 6138676. OLE color: 6138676.

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

Color convert

RGB 52 171 93 -
CMYK 0.70 0 0.46 0.33
HSL 140.67º 0.53% 0.44% -
HSV(B) 140.67º 0.7% 0.67% -
XYZ 17.95 30.65 15.32 -
YUV 126.53 109.08 74.84 -
System Red Green Blue C M Y K H S L
Decimal 52 171 93 0.70 0 0.46 0.33 140.67 0.53 0.44
Hex 34 AB 5D 46 0 2E 21 8D 35 2C
Octal 64 253 135 106 0 56 41 215 65 54
Binary 110100 10101011 1011101 1000110 0 101110 100001 10001101 110101 101100

Color Harmonies of #34AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB5D

Black with #34AB5D

Text Example


Text Example

White with #34AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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