#34AC46

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

Shades of Chateau Green #34AC46

Tints of Chateau Green #34AC46

Color information

#34AC46 (or 0x34AC46) is unknown color: approx Chateau Green. HEX triplet: 34, AC and 46. RGB value is (52,172,70). Sum of RGB (Red+Green+Blue) = 52+172+70=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC46 is #CB53B9. Grayscale: #7C7C7C. Windows color (decimal): -13325242 or 4631604. OLE color: 4631604.

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

Color convert

RGB5217270-
CMYK0.7000.590.33
HSL129º53.57%43.92%-
HSV(B)129º69.77%67.45%-
XYZ17.2730.6810.81-
YUV124.4997.2476.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 172 (67.58% from 255) = 58.50%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=17.69%
G=58.50%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172700.7000.590.3312953.5743.92
Hex34AC464603B2181362c
Octal64254106106073412016654
Binary1101001010110010001101000110011101110000110000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,70); }

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

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

 a { background-color: rgb(52,172,70); }

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

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

 span { border-color: rgb(52,172,70); }

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