#36964B

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

Shades of Chateau Green #36964B

Tints of Chateau Green #36964B

Color information

#36964B (or 0x36964B) is unknown color: approx Chateau Green. HEX triplet: 36, 96 and 4B. RGB value is (54,150,75). Sum of RGB (Red+Green+Blue) = 54+150+75=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #36964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36964B is #C969B4. Grayscale: #707070. Windows color (decimal): -13199797 or 4953654. OLE color: 4953654.

HSL color Cylindrical-coordinate representation of color #36964B: hue angle of 133.12º 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 #36964B is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB5415075-
CMYK0.6400.50.41
HSL133.12º47.06%40%-
HSV(B)133.12º64%58.82%-
XYZ13.723.110.39-
YUV112.75106.786.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=19.35%
G=53.76%
B=26.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54150750.6400.50.41133.1247.0640
Hex36964B4003229852f28
Octal66226113100062512055750
Binary1101101001011010010111000000011001010100110000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36964B; }

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

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

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

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

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

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

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

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