#369145

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

Shades of Chateau Green #369145

Tints of Chateau Green #369145

Color information

#369145 (or 0x369145) is unknown color: approx Chateau Green. HEX triplet: 36, 91 and 45. RGB value is (54,145,69). Sum of RGB (Red+Green+Blue) = 54+145+69=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #369145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369145 is #C96EBA. Grayscale: #6D6D6D. Windows color (decimal): -13201083 or 4559158. OLE color: 4559158.

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

Color convert

RGB5414569-
CMYK0.6300.520.43
HSL129.89º45.73%39.02%-
HSV(B)129.89º62.76%56.86%-
XYZ12.7221.469.1-
YUV109.13105.3588.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 145 (57.03% from 255) = 54.10%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=20.15%
G=54.10%
B=25.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54145690.6300.520.43129.8945.7339.02
Hex3691453F0342B822e27
Octal6622110577064532025647
Binary110110100100011000101111111011010010101110000010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369145; }

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

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

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

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

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

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

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

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