#369042

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

Shades of Chateau Green #369042

Tints of Chateau Green #369042

Color information

#369042 (or 0x369042) is unknown color: approx Chateau Green. HEX triplet: 36, 90 and 42. RGB value is (54,144,66). Sum of RGB (Red+Green+Blue) = 54+144+66=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #369042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369042 is #C96FBD. Grayscale: #6C6C6C. Windows color (decimal): -13201342 or 4362294. OLE color: 4362294.

HSL color Cylindrical-coordinate representation of color #369042: hue angle of 128º 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 #369042 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB5414466-
CMYK0.6300.540.44
HSL128º45.45%38.82%-
HSV(B)128º62.5%56.47%-
XYZ12.4821.128.57-
YUV108.2104.1889.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 144 (56.64% from 255) = 54.55%
BLUE value IS 66 (26.17% from 255) = 25%
R=20.45%
G=54.55%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54144660.6300.540.4412845.4538.82
Hex3690423F0362C802d27
Octal6622010277066542005547
Binary110110100100001000010111111011011010110010000000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369042; }

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

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

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

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

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

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

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

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