#349A51

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

Shades of Chateau Green #349A51

Tints of Chateau Green #349A51

Color information

#349A51 (or 0x349A51) is unknown color: approx Chateau Green. HEX triplet: 34, 9A and 51. RGB value is (52,154,81). Sum of RGB (Red+Green+Blue) = 52+154+81=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #349A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A51 is #CB65AE. Grayscale: #737373. Windows color (decimal): -13329839 or 5347892. OLE color: 5347892.

HSL color Cylindrical-coordinate representation of color #349A51: hue angle of 137.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A51 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB5215481-
CMYK0.6600.470.40
HSL137.06º49.51%40.39%-
HSV(B)137.06º66.23%60.39%-
XYZ14.4624.4411.74-
YUV115.18108.7182.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 154 (60.55% from 255) = 53.66%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=18.12%
G=53.66%
B=28.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52154810.6600.470.40137.0649.5140.39
Hex349A514202F28893228
Octal64232121102057502116250
Binary1101001001101010100011000010010111110100010001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349A51; }

 p { color: rgb(52,154,81); }

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

<style>
 a { background-color: #349A51; }

 a { background-color: rgb(52,154,81); }

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

<style>
 span { border-color: #349A51; }

 span { border-color: rgb(52,154,81); }

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