#349F56

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

Shades of Chateau Green #349F56

Tints of Chateau Green #349F56

Color information

#349F56 (or 0x349F56) is unknown color: approx Chateau Green. HEX triplet: 34, 9F and 56. RGB value is (52,159,86). Sum of RGB (Red+Green+Blue) = 52+159+86=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #349F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F56 is #CB60A9. Grayscale: #767676. Windows color (decimal): -13328554 or 5676852. OLE color: 5676852.

HSL color Cylindrical-coordinate representation of color #349F56: hue angle of 139.07º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F56 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB5215986-
CMYK0.6700.460.38
HSL139.07º50.71%41.37%-
HSV(B)139.07º67.3%62.35%-
XYZ15.4926.213.04-
YUV118.68109.5580.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=17.51%
G=53.54%
B=28.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159860.6700.460.38139.0750.7141.37
Hex349F564302E268b3329
Octal64237126103056462136351
Binary1101001001111110101101000011010111010011010001011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,86); }

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

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

 a { background-color: rgb(52,159,86); }

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

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

 span { border-color: rgb(52,159,86); }

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