#516F38

Color #516F38 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #516F38

Tints of Dell #516F38

Color information

#516F38 (or 0x516F38) is unknown color: approx Dell. HEX triplet: 51, 6F and 38. RGB value is (81,111,56). Sum of RGB (Red+Green+Blue) = 81+111+56=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #516F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F38 is #AE90C7. Grayscale: #5F5F5F. Windows color (decimal): -11440328 or 3698513. OLE color: 3698513.

HSL color Cylindrical-coordinate representation of color #516F38: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516F38 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB8111156-
CMYK0.2700.500.56
HSL92.73º32.93%32.75%-
HSV(B)92.73º49.55%43.53%-
XYZ9.7913.45.81-
YUV95.76105.56117.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=32.66%
G=44.76%
B=22.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111560.2700.500.5692.7332.9332.75
Hex516F381B032385d2121
Octal1211577033062701354141
Binary101000111011111110001101101100101110001011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516F38; }

 p { color: rgb(81,111,56); }

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

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

 a { background-color: rgb(81,111,56); }

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

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

 span { border-color: rgb(81,111,56); }

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