Html Css Color HEX #517137 Dell

📋 copy color: '#517137'

red 81 ◦ green 113 ◦ blue 55

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

Shades of Dell #517137

Tints of Dell #517137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 32.53%
G = 45.38%
B = 22.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#517137 (or 0x517137) is known color: Dell. HEX triplet: 51, 71 and 37. RGB value is (81,113,55). Sum of RGB (Red+Green+Blue) = 81+113+55=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #517137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517137 is #AE8EC8. Grayscale: #616161. Windows color (decimal): -11439817 or 3633489. OLE color: 3633489.

HSL color Cylindrical-coordinate representation of color #517137: hue angle of 93.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517137 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 113 55 -
CMYK 0.28 0 0.51 0.56
HSL 93.1º 0.35% 0.33% -
HSV(B) 93.1º 0.51% 0.44% -
XYZ 9.99 13.84 5.76 -
YUV 96.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 81 113 55 0.28 0 0.51 0.56 93.1 0.35 0.33
Hex 51 71 37 1C 0 33 38 5D 23 21
Octal 121 161 67 34 0 63 70 135 43 41
Binary 1010001 1110001 110111 11100 0 110011 111000 1011101 100011 100001

Color Harmonies of #517137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517137

Black with #517137

Text Example


Text Example

White with #517137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517137; }

 p { color: rgb(81,113,55); }

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

background-color css

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

 a { background-color: rgb(81,113,55); }

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

border-color css

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

 span { border-color: rgb(81,113,55); }

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