Html Css Color HEX #51775B Como

📋 copy color: '#51775B'

red 81 ◦ green 119 ◦ blue 91

#51775B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #51775B

Tints of Como #51775B

RGB

 RED value IS 81 (32.03% from 255) = 27.84%

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 27.84%
G = 40.89%
B = 31.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#51775B (or 0x51775B) is known color: Como. HEX triplet: 51, 77 and 5B. RGB value is (81,119,91). Sum of RGB (Red+Green+Blue) = 81+119+91=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #51775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51775B is #AE88A4. Grayscale: #686868. Windows color (decimal): -11438245 or 5994321. OLE color: 5994321.

HSL color Cylindrical-coordinate representation of color #51775B: hue angle of 135.79º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51775B is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 119 91 -
CMYK 0.32 0 0.24 0.53
HSL 135.79º 0.19% 0.39% -
HSV(B) 135.79º 0.32% 0.47% -
XYZ 11.88 15.7 12.3 -
YUV 104.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 81 119 91 0.32 0 0.24 0.53 135.79 0.19 0.39
Hex 51 77 5B 20 0 18 35 88 13 27
Octal 121 167 133 40 0 30 65 210 23 47
Binary 1010001 1110111 1011011 100000 0 11000 110101 10001000 10011 100111

Color Harmonies of #51775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51775B

Black with #51775B

Text Example


Text Example

White with #51775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51775B;
 }
 .AnyTagClassName
 {
   color: #51775B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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