#516145

Color #516145 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #516145

Tints of Cabbage Pont #516145

Color information

#516145 (or 0x516145) is unknown color: approx Cabbage Pont. HEX triplet: 51, 61 and 45. RGB value is (81,97,69). Sum of RGB (Red+Green+Blue) = 81+97+69=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #516145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516145 is #AE9EBA. Grayscale: #595959. Windows color (decimal): -11443899 or 4546897. OLE color: 4546897.

HSL color Cylindrical-coordinate representation of color #516145: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516145 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB819769-
CMYK0.1600.290.62
HSL94.29º16.87%32.55%-
HSV(B)94.29º28.87%38.04%-
XYZ8.7410.737.24-
YUV89.02116.7122.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=32.79%
G=39.27%
B=27.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197690.1600.290.6294.2916.8732.55
Hex5161451001D3E5e1121
Octal12114110520035761362141
Binary10100011100001100010110000011101111110101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516145; }

 p { color: rgb(81,97,69); }

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

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

 a { background-color: rgb(81,97,69); }

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

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

 span { border-color: rgb(81,97,69); }

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