#34AC58

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

Shades of Chateau Green #34AC58

Tints of Chateau Green #34AC58

Color information

#34AC58 (or 0x34AC58) is unknown color: approx Chateau Green. HEX triplet: 34, AC and 58. RGB value is (52,172,88). Sum of RGB (Red+Green+Blue) = 52+172+88=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AC58 is #CB53A7. Grayscale: #7E7E7E. Windows color (decimal): -13325224 or 5811252. OLE color: 5811252.

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

Color convert

RGB5217288-
CMYK0.7000.490.33
HSL138º53.57%43.92%-
HSV(B)138º69.77%67.45%-
XYZ17.9330.9414.26-
YUV126.54106.2474.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 172 (67.58% from 255) = 55.13%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=16.67%
G=55.13%
B=28.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172880.7000.490.3313853.5743.92
Hex34AC5846031218a362c
Octal64254130106061412126654
Binary1101001010110010110001000110011000110000110001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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