#349E51

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

Shades of Chateau Green #349E51

Tints of Chateau Green #349E51

Color information

#349E51 (or 0x349E51) is unknown color: approx Chateau Green. HEX triplet: 34, 9E and 51. RGB value is (52,158,81). Sum of RGB (Red+Green+Blue) = 52+158+81=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #349E51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E51 is #CB61AE. Grayscale: #757575. Windows color (decimal): -13328815 or 5348916. OLE color: 5348916.

HSL color Cylindrical-coordinate representation of color #349E51: hue angle of 136.42º degrees, saturation: 0.5, 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 #349E51 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB5215881-
CMYK0.6700.490.38
HSL136.42º50.48%41.18%-
HSV(B)136.42º67.09%61.96%-
XYZ15.1325.7811.96-
YUV117.53107.3881.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=17.87%
G=54.30%
B=27.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158810.6700.490.38136.4250.4841.18
Hex349E514303126883229
Octal64236121103061462106251
Binary1101001001111010100011000011011000110011010001000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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