#369845

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

Shades of Chateau Green #369845

Tints of Chateau Green #369845

Color information

#369845 (or 0x369845) is unknown color: approx Chateau Green. HEX triplet: 36, 98 and 45. RGB value is (54,152,69). Sum of RGB (Red+Green+Blue) = 54+152+69=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #369845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369845 is #C967BA. Grayscale: #717171. Windows color (decimal): -13199291 or 4560950. OLE color: 4560950.

HSL color Cylindrical-coordinate representation of color #369845: hue angle of 129.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369845 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB5415269-
CMYK0.6400.550.40
HSL129.18º47.57%40.39%-
HSV(B)129.18º64.47%59.61%-
XYZ13.8223.679.47-
YUV113.24103.0385.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=19.64%
G=55.27%
B=25.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54152690.6400.550.40129.1847.5740.39
Hex3698454003728813028
Octal66230105100067502016050
Binary1101101001100010001011000000011011110100010000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369845; }

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

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

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

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

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

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

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

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