#369649

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

Shades of Chateau Green #369649

Tints of Chateau Green #369649

Color information

#369649 (or 0x369649) is unknown color: approx Chateau Green. HEX triplet: 36, 96 and 49. RGB value is (54,150,73). Sum of RGB (Red+Green+Blue) = 54+150+73=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #369649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369649 is #C969B6. Grayscale: #707070. Windows color (decimal): -13199799 or 4822582. OLE color: 4822582.

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

Color convert

RGB5415073-
CMYK0.6400.510.41
HSL131.88º47.06%40%-
HSV(B)131.88º64%58.82%-
XYZ13.6323.0810.04-
YUV112.52105.786.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=19.49%
G=54.15%
B=26.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54150730.6400.510.41131.8847.0640
Hex3696494003329842f28
Octal66226111100063512045750
Binary1101101001011010010011000000011001110100110000100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369649; }

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

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

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

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

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

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

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

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