#34AC48

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

Shades of Chateau Green #34AC48

Tints of Chateau Green #34AC48

Color information

#34AC48 (or 0x34AC48) is unknown color: approx Chateau Green. HEX triplet: 34, AC and 48. RGB value is (52,172,72). Sum of RGB (Red+Green+Blue) = 52+172+72=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC48 is #CB53B7. Grayscale: #7C7C7C. Windows color (decimal): -13325240 or 4762676. OLE color: 4762676.

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

Color convert

RGB5217272-
CMYK0.7000.580.33
HSL130º53.57%43.92%-
HSV(B)130º69.77%67.45%-
XYZ17.3430.711.14-
YUV124.7298.2476.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 172 (67.58% from 255) = 58.11%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=17.57%
G=58.11%
B=24.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172720.7000.580.3313053.5743.92
Hex34AC484603A2182362c
Octal64254110106072412026654
Binary1101001010110010010001000110011101010000110000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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