Html Css Color HEX #517136 Dell

📋 copy color: '#517136'

red 81 ◦ green 113 ◦ blue 54

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

Shades of Dell #517136

Tints of Dell #517136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 32.66%
G = 45.56%
B = 21.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#517136 (or 0x517136) is known color: Dell. HEX triplet: 51, 71 and 36. RGB value is (81,113,54). Sum of RGB (Red+Green+Blue) = 81+113+54=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #517136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517136 is #AE8EC9. Grayscale: #606060. Windows color (decimal): -11439818 or 3567953. OLE color: 3567953.

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

Color convert

RGB 81 113 54 -
CMYK 0.28 0 0.52 0.56
HSL 92.54º 0.35% 0.33% -
HSV(B) 92.54º 0.52% 0.44% -
XYZ 9.96 13.83 5.63 -
YUV 96.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 81 113 54 0.28 0 0.52 0.56 92.54 0.35 0.33
Hex 51 71 36 1C 0 34 38 5D 23 21
Octal 121 161 66 34 0 64 70 135 43 41
Binary 1010001 1110001 110110 11100 0 110100 111000 1011101 100011 100001

Color Harmonies of #517136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517136

Black with #517136

Text Example


Text Example

White with #517136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517136; }

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

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

background-color css

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

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

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

border-color css

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

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

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