#369344

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

Shades of Chateau Green #369344

Tints of Chateau Green #369344

Color information

#369344 (or 0x369344) is unknown color: approx Chateau Green. HEX triplet: 36, 93 and 44. RGB value is (54,147,68). Sum of RGB (Red+Green+Blue) = 54+147+68=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #369344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369344 is #C96CBB. Grayscale: #6E6E6E. Windows color (decimal): -13200572 or 4494134. OLE color: 4494134.

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

Color convert

RGB5414768-
CMYK0.6300.540.42
HSL129.03º46.27%39.41%-
HSV(B)129.03º63.27%57.65%-
XYZ1322.079.04-
YUV110.19104.1987.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=20.07%
G=54.65%
B=25.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54147680.6300.540.42129.0346.2739.41
Hex3693443F0362A812e27
Octal6622310477066522015647
Binary110110100100111000100111111011011010101010000001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369344; }

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

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

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

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

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

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

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

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