#349445

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

Shades of Chateau Green #349445

Tints of Chateau Green #349445

Color information

#349445 (or 0x349445) is unknown color: approx Chateau Green. HEX triplet: 34, 94 and 45. RGB value is (52,148,69). Sum of RGB (Red+Green+Blue) = 52+148+69=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #349445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349445 is #CB6BBA. Grayscale: #6E6E6E. Windows color (decimal): -13331387 or 4559924. OLE color: 4559924.

HSL color Cylindrical-coordinate representation of color #349445: hue angle of 130.62º 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 #349445 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB5214869-
CMYK0.6500.530.42
HSL130.62º48%39.22%-
HSV(B)130.62º64.86%58.04%-
XYZ13.0822.349.25-
YUV110.29104.786.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 148 (58.20% from 255) = 55.02%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=19.33%
G=55.02%
B=25.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148690.6500.530.42130.624839.22
Hex349445410352A833027
Octal64224105101065522036047
Binary1101001001010010001011000001011010110101010000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349445; }

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

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

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

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

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

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

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

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