#51825F

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

Shades of Como #51825F

Tints of Como #51825F

Color information

#51825F (or 0x51825F) is unknown color: approx Como. HEX triplet: 51, 82 and 5F. RGB value is (81,130,95). Sum of RGB (Red+Green+Blue) = 81+130+95=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #51825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51825F is #AE7DA0. Grayscale: #6F6F6F. Windows color (decimal): -11435425 or 6259281. OLE color: 6259281.

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

Color convert

RGB8113095-
CMYK0.3800.270.49
HSL137.14º23.22%41.37%-
HSV(B)137.14º37.69%50.98%-
XYZ13.4418.5413.7-
YUV111.36118.77106.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=26.47%
G=42.48%
B=31.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130950.3800.270.49137.1423.2241.37
Hex51825F2601B31891729
Octal12120213746033612112751
Binary10100011000001010111111001100110111100011000100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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