#369A49

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

Shades of Chateau Green #369A49

Tints of Chateau Green #369A49

Color information

#369A49 (or 0x369A49) is unknown color: approx Chateau Green. HEX triplet: 36, 9A and 49. RGB value is (54,154,73). Sum of RGB (Red+Green+Blue) = 54+154+73=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #369A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A49 is #C965B6. Grayscale: #737373. Windows color (decimal): -13198775 or 4823606. OLE color: 4823606.

HSL color Cylindrical-coordinate representation of color #369A49: hue angle of 131.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A49 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB5415473-
CMYK0.6500.530.40
HSL131.4º48.08%40.78%-
HSV(B)131.4º64.94%60.39%-
XYZ14.2824.3810.26-
YUV114.87104.3784.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 154 (60.55% from 255) = 54.80%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=19.22%
G=54.80%
B=25.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54154730.6500.530.40131.448.0840.78
Hex369A494103528833029
Octal66232111101065502036051
Binary1101101001101010010011000001011010110100010000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369A49; }

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

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

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

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

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

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

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

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