#34A95D

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

Shades of Chateau Green #34A95D

Tints of Chateau Green #34A95D

Color information

#34A95D (or 0x34A95D) is unknown color: approx Chateau Green. HEX triplet: 34, A9 and 5D. RGB value is (52,169,93). Sum of RGB (Red+Green+Blue) = 52+169+93=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #34A95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A95D is #CB56A2. Grayscale: #7D7D7D. Windows color (decimal): -13325987 or 6138164. OLE color: 6138164.

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

Color convert

RGB5216993-
CMYK0.6900.450.34
HSL141.03º52.94%43.33%-
HSV(B)141.03º69.23%66.27%-
XYZ17.5829.915.2-
YUV125.35109.7475.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=16.56%
G=53.82%
B=29.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52169930.6900.450.34141.0352.9443.33
Hex34A95D4502D228d352b
Octal64251135105055422156553
Binary1101001010100110111011000101010110110001010001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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