#34AD5C

Color #34AD5C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34AD5C

Tints of Chateau Green #34AD5C

Color information

#34AD5C (or 0x34AD5C) is unknown color: approx Chateau Green. HEX triplet: 34, AD and 5C. RGB value is (52,173,92). Sum of RGB (Red+Green+Blue) = 52+173+92=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD5C is #CB52A3. Grayscale: #7F7F7F. Windows color (decimal): -13324964 or 6073652. OLE color: 6073652.

HSL color Cylindrical-coordinate representation of color #34AD5C: hue angle of 139.83º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD5C is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB5217392-
CMYK0.7000.470.32
HSL139.83º53.78%44.12%-
HSV(B)139.83º69.94%67.84%-
XYZ18.2931.3915.22-
YUV127.59107.9174.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 173 (67.97% from 255) = 54.57%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=16.40%
G=54.57%
B=29.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52173920.7000.470.32139.8353.7844.12
Hex34AD5C4602F208c362c
Octal64255134106057402146654
Binary1101001010110110111001000110010111110000010001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,173,92); }

 H1.HeaderClassName
 {
   color: #34AD5C;
 }
 .AnyTagClassName
 {
   color: #34AD5C;
 }
</style>
background-color css

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

 a { background-color: rgb(52,173,92); }

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

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

 span { border-color: rgb(52,173,92); }

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