#369148

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

Shades of Chateau Green #369148

Tints of Chateau Green #369148

Color information

#369148 (or 0x369148) is unknown color: approx Chateau Green. HEX triplet: 36, 91 and 48. RGB value is (54,145,72). Sum of RGB (Red+Green+Blue) = 54+145+72=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #369148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369148 is #C96EB7. Grayscale: #6D6D6D. Windows color (decimal): -13201080 or 4755766. OLE color: 4755766.

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

Color convert

RGB5414572-
CMYK0.6300.500.43
HSL131.87º45.73%39.02%-
HSV(B)131.87º62.76%56.86%-
XYZ12.8221.59.61-
YUV109.47106.8588.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=19.93%
G=53.51%
B=26.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54145720.6300.500.43131.8745.7339.02
Hex3691483F0322B842e27
Octal6622111077062532045647
Binary110110100100011001000111111011001010101110000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369148; }

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

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

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

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

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

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

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

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