Html Css Color HEX #517037 Dell

📋 copy color: '#517037'

red 81 ◦ green 112 ◦ blue 55

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

Shades of Dell #517037

Tints of Dell #517037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

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

R = 32.66%
G = 45.16%
B = 22.18%

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

#517037 (or 0x517037) is known color: Dell. HEX triplet: 51, 70 and 37. RGB value is (81,112,55). Sum of RGB (Red+Green+Blue) = 81+112+55=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #517037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517037 is #AE8FC8. Grayscale: #606060. Windows color (decimal): -11440073 or 3633233. OLE color: 3633233.

HSL color Cylindrical-coordinate representation of color #517037: hue angle of 92.63º degrees, saturation: 0.34, 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 #517037 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 55 -
CMYK 0.28 0 0.51 0.56
HSL 92.63º 0.34% 0.33% -
HSV(B) 92.63º 0.51% 0.44% -
XYZ 9.88 13.61 5.72 -
YUV 96.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 81 112 55 0.28 0 0.51 0.56 92.63 0.34 0.33
Hex 51 70 37 1C 0 33 38 5D 22 21
Octal 121 160 67 34 0 63 70 135 42 41
Binary 1010001 1110000 110111 11100 0 110011 111000 1011101 100010 100001

Color Harmonies of #517037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517037

Black with #517037

Text Example


Text Example

White with #517037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517037; }

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

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

background-color css

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

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

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

border-color css

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

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

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