#369141

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

Shades of Chateau Green #369141

Tints of Chateau Green #369141

Color information

#369141 (or 0x369141) is unknown color: approx Chateau Green. HEX triplet: 36, 91 and 41. RGB value is (54,145,65). Sum of RGB (Red+Green+Blue) = 54+145+65=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #369141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369141 is #C96EBE. Grayscale: #6C6C6C. Windows color (decimal): -13201087 or 4297014. OLE color: 4297014.

HSL color Cylindrical-coordinate representation of color #369141: hue angle of 127.25º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369141 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5414565-
CMYK0.6300.550.43
HSL127.25º45.73%39.02%-
HSV(B)127.25º62.76%56.86%-
XYZ12.621.428.47-
YUV108.67103.3589-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=20.45%
G=54.92%
B=24.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54145650.6300.550.43127.2545.7339.02
Hex3691413F0372B7f2e27
Octal6622110177067531775647
Binary11011010010001100000111111101101111010111111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369141; }

 p { color: rgb(54,145,65); }

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

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

 a { background-color: rgb(54,145,65); }

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

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

 span { border-color: rgb(54,145,65); }

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