#51835D

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

Shades of Como #51835D

Tints of Como #51835D

Color information

#51835D (or 0x51835D) is unknown color: approx Como. HEX triplet: 51, 83 and 5D. RGB value is (81,131,93). Sum of RGB (Red+Green+Blue) = 81+131+93=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #51835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51835D is #AE7CA2. Grayscale: #6F6F6F. Windows color (decimal): -11435171 or 6128465. OLE color: 6128465.

HSL color Cylindrical-coordinate representation of color #51835D: hue angle of 134.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51835D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8113193-
CMYK0.3800.290.49
HSL134.4º23.58%41.57%-
HSV(B)134.4º38.17%51.37%-
XYZ13.4918.7713.27-
YUV111.72117.44106.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=26.56%
G=42.95%
B=30.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131930.3800.290.49134.423.5841.57
Hex51835D2601D3186182a
Octal12120313546035612063052
Binary10100011000001110111011001100111011100011000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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