Html Css Color HEX #516F38 Dell

📋 copy color: '#516F38'

red 81 ◦ green 111 ◦ blue 56

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

Shades of Dell #516F38

Tints of Dell #516F38

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 value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#516F38 (or 0x516F38) is known color: 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

RGB 81 111 56 -
CMYK 0.27 0 0.50 0.56
HSL 92.73º 0.33% 0.33% -
HSV(B) 92.73º 0.5% 0.44% -
XYZ 9.79 13.4 5.81 -
YUV 95.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 81 111 56 0.27 0 0.50 0.56 92.73 0.33 0.33
Hex 51 6F 38 1B 0 32 38 5D 21 21
Octal 121 157 70 33 0 62 70 135 41 41
Binary 1010001 1101111 111000 11011 0 110010 111000 1011101 100001 100001

Color Harmonies of #516F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F38

Black with #516F38

Text Example


Text Example

White with #516F38

Text Example


Text Example

HTML Codes & Css Web 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>