#349651

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

Shades of Chateau Green #349651

Tints of Chateau Green #349651

Color information

#349651 (or 0x349651) is unknown color: approx Chateau Green. HEX triplet: 34, 96 and 51. RGB value is (52,150,81). Sum of RGB (Red+Green+Blue) = 52+150+81=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #349651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349651 is #CB69AE. Grayscale: #717171. Windows color (decimal): -13330863 or 5346868. OLE color: 5346868.

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

Color convert

RGB5215081-
CMYK0.6500.460.41
HSL137.76º48.51%39.61%-
HSV(B)137.76º65.33%58.82%-
XYZ13.8123.1411.52-
YUV112.83110.0384.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=18.37%
G=53.00%
B=28.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150810.6500.460.41137.7648.5139.61
Hex3496514102E298a3128
Octal64226121101056512126150
Binary1101001001011010100011000001010111010100110001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349651; }

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

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

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

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

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

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

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

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