#51965D

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

Shades of Chateau Green #51965D

Tints of Chateau Green #51965D

Color information

#51965D (or 0x51965D) is unknown color: approx Chateau Green. HEX triplet: 51, 96 and 5D. RGB value is (81,150,93). Sum of RGB (Red+Green+Blue) = 81+150+93=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #51965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51965D is #AE69A2. Grayscale: #7B7B7B. Windows color (decimal): -11430307 or 6133329. OLE color: 6133329.

HSL color Cylindrical-coordinate representation of color #51965D: hue angle of 130.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51965D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8115093-
CMYK0.4600.380.41
HSL130.43º29.87%45.29%-
HSV(B)130.43º46%58.82%-
XYZ16.2824.3514.2-
YUV122.87111.1498.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=25%
G=46.30%
B=28.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150930.4600.380.41130.4329.8745.29
Hex51965D2E02629821e2d
Octal12122613556046512023655
Binary101000110010110101110110111001001101010011000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51965D; }

 p { color: rgb(81,150,93); }

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

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

 a { background-color: rgb(81,150,93); }

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

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

 span { border-color: rgb(81,150,93); }

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