#349447

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

Shades of Chateau Green #349447

Tints of Chateau Green #349447

Color information

#349447 (or 0x349447) is unknown color: approx Chateau Green. HEX triplet: 34, 94 and 47. RGB value is (52,148,71). Sum of RGB (Red+Green+Blue) = 52+148+71=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #349447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349447 is #CB6BB8. Grayscale: #6E6E6E. Windows color (decimal): -13331385 or 4690996. OLE color: 4690996.

HSL color Cylindrical-coordinate representation of color #349447: hue angle of 131.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349447 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB5214871-
CMYK0.6500.520.42
HSL131.88º48%39.22%-
HSV(B)131.88º64.86%58.04%-
XYZ13.1422.369.59-
YUV110.52105.786.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=19.19%
G=54.61%
B=26.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148710.6500.520.42131.884839.22
Hex349447410342A843027
Octal64224107101064522046047
Binary1101001001010010001111000001011010010101010000100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349447; }

 p { color: rgb(52,148,71); }

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

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

 a { background-color: rgb(52,148,71); }

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

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

 span { border-color: rgb(52,148,71); }

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