#34AC4E

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

Shades of Chateau Green #34AC4E

Tints of Chateau Green #34AC4E

Color information

#34AC4E (or 0x34AC4E) is unknown color: approx Chateau Green. HEX triplet: 34, AC and 4E. RGB value is (52,172,78). Sum of RGB (Red+Green+Blue) = 52+172+78=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AC4E is #CB53B1. Grayscale: #7D7D7D. Windows color (decimal): -13325234 or 5155892. OLE color: 5155892.

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

Color convert

RGB5217278-
CMYK0.7000.550.33
HSL133º53.57%43.92%-
HSV(B)133º69.77%67.45%-
XYZ17.5430.7912.23-
YUV125.4101.2475.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=17.22%
G=56.95%
B=25.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172780.7000.550.3313353.5743.92
Hex34AC4E460372185362c
Octal64254116106067412056654
Binary1101001010110010011101000110011011110000110000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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