#349649

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

Shades of Chateau Green #349649

Tints of Chateau Green #349649

Color information

#349649 (or 0x349649) is unknown color: approx Chateau Green. HEX triplet: 34, 96 and 49. RGB value is (52,150,73). Sum of RGB (Red+Green+Blue) = 52+150+73=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #349649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349649 is #CB69B6. Grayscale: #707070. Windows color (decimal): -13330871 or 4822580. OLE color: 4822580.

HSL color Cylindrical-coordinate representation of color #349649: hue angle of 132.86º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349649 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB5215073-
CMYK0.6500.510.41
HSL132.86º48.51%39.61%-
HSV(B)132.86º65.33%58.82%-
XYZ13.5323.0210.03-
YUV111.92106.0385.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=18.91%
G=54.55%
B=26.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150730.6500.510.41132.8648.5139.61
Hex3496494103329853128
Octal64226111101063512056150
Binary1101001001011010010011000001011001110100110000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349649; }

 p { color: rgb(52,150,73); }

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

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

 a { background-color: rgb(52,150,73); }

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

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

 span { border-color: rgb(52,150,73); }

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