#51815F

Color #51815F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #51815F

Tints of Como #51815F

Color information

#51815F (or 0x51815F) is unknown color: approx Como. HEX triplet: 51, 81 and 5F. RGB value is (81,129,95). Sum of RGB (Red+Green+Blue) = 81+129+95=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #51815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51815F is #AE7EA0. Grayscale: #6E6E6E. Windows color (decimal): -11435681 or 6259025. OLE color: 6259025.

HSL color Cylindrical-coordinate representation of color #51815F: hue angle of 137.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51815F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8112995-
CMYK0.3700.260.49
HSL137.5º22.86%41.18%-
HSV(B)137.5º37.21%50.59%-
XYZ13.3118.2813.65-
YUV110.77119.1106.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=26.56%
G=42.30%
B=31.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81129950.3700.260.49137.522.8641.18
Hex51815F2501A318a1729
Octal12120113745032612122751
Binary10100011000000110111111001010110101100011000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51815F; }

 p { color: rgb(81,129,95); }

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

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

 a { background-color: rgb(81,129,95); }

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

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

 span { border-color: rgb(81,129,95); }

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