#369648

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

Shades of Chateau Green #369648

Tints of Chateau Green #369648

Color information

#369648 (or 0x369648) is unknown color: approx Chateau Green. HEX triplet: 36, 96 and 48. RGB value is (54,150,72). Sum of RGB (Red+Green+Blue) = 54+150+72=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #369648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369648 is #C969B7. Grayscale: #707070. Windows color (decimal): -13199800 or 4757046. OLE color: 4757046.

HSL color Cylindrical-coordinate representation of color #369648: hue angle of 131.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369648 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB5415072-
CMYK0.6400.520.41
HSL131.25º47.06%40%-
HSV(B)131.25º64%58.82%-
XYZ13.623.069.87-
YUV112.4105.286.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=19.57%
G=54.35%
B=26.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54150720.6400.520.41131.2547.0640
Hex3696484003429832f28
Octal66226110100064512035750
Binary1101101001011010010001000000011010010100110000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369648; }

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

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

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

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

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

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

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

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