#349144

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

Shades of Chateau Green #349144

Tints of Chateau Green #349144

Color information

#349144 (or 0x349144) is unknown color: approx Chateau Green. HEX triplet: 34, 91 and 44. RGB value is (52,145,68). Sum of RGB (Red+Green+Blue) = 52+145+68=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #349144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349144 is #CB6EBB. Grayscale: #6C6C6C. Windows color (decimal): -13332156 or 4493620. OLE color: 4493620.

HSL color Cylindrical-coordinate representation of color #349144: hue angle of 130.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349144 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB5214568-
CMYK0.6400.530.43
HSL130.32º47.21%38.63%-
HSV(B)130.32º64.14%56.86%-
XYZ12.5821.48.94-
YUV108.42105.1987.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=19.62%
G=54.72%
B=25.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145680.6400.530.43130.3247.2138.63
Hex349144400352B822f27
Octal64221104100065532025747
Binary1101001001000110001001000000011010110101110000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349144; }

 p { color: rgb(52,145,68); }

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

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

 a { background-color: rgb(52,145,68); }

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

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

 span { border-color: rgb(52,145,68); }

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