#369044

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

Shades of Chateau Green #369044

Tints of Chateau Green #369044

Color information

#369044 (or 0x369044) is unknown color: approx Chateau Green. HEX triplet: 36, 90 and 44. RGB value is (54,144,68). Sum of RGB (Red+Green+Blue) = 54+144+68=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #369044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369044 is #C96FBB. Grayscale: #6C6C6C. Windows color (decimal): -13201340 or 4493366. OLE color: 4493366.

HSL color Cylindrical-coordinate representation of color #369044: hue angle of 129.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369044 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB5414468-
CMYK0.6300.530.44
HSL129.33º45.45%38.82%-
HSV(B)129.33º62.5%56.47%-
XYZ12.5421.158.89-
YUV108.43105.1889.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 144 (56.64% from 255) = 54.14%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=20.30%
G=54.14%
B=25.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54144680.6300.530.44129.3345.4538.82
Hex3690443F0352C812d27
Octal6622010477065542015547
Binary110110100100001000100111111011010110110010000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369044; }

 p { color: rgb(54,144,68); }

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

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

 a { background-color: rgb(54,144,68); }

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

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

 span { border-color: rgb(54,144,68); }

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