#51825B

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

Shades of Como #51825B

Tints of Como #51825B

Color information

#51825B (or 0x51825B) is unknown color: approx Como. HEX triplet: 51, 82 and 5B. RGB value is (81,130,91). Sum of RGB (Red+Green+Blue) = 81+130+91=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #51825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51825B is #AE7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11435429 or 5997137. OLE color: 5997137.

HSL color Cylindrical-coordinate representation of color #51825B: hue angle of 132.24º 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 #51825B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB8113091-
CMYK0.3800.300.49
HSL132.24º23.22%41.37%-
HSV(B)132.24º37.69%50.98%-
XYZ13.2618.4712.76-
YUV110.9116.77106.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=26.82%
G=43.05%
B=30.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130910.3800.300.49132.2423.2241.37
Hex51825B2601E31841729
Octal12120213346036612042751
Binary10100011000001010110111001100111101100011000010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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