#376111

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

Shades of Dell #376111

Tints of Dell #376111

Color information

#376111 (or 0x376111) is unknown color: approx Dell. HEX triplet: 37, 61 and 11. RGB value is (55,97,17). Sum of RGB (Red+Green+Blue) = 55+97+17=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #376111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376111 is #C89EEE. Grayscale: #4B4B4B. Windows color (decimal): -13147887 or 1138999. OLE color: 1138999.

HSL color Cylindrical-coordinate representation of color #376111: hue angle of 91.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376111 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB559717-
CMYK0.4300.820.62
HSL91.5º70.18%22.35%-
HSV(B)91.5º82.47%38.04%-
XYZ5.959.42.03-
YUV75.3295.09113.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=32.54%
G=57.40%
B=10.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597170.4300.820.6291.570.1822.35
Hex3761112B0523E5c4616
Octal67141215301227613410626
Binary110111110000110001101011010100101111101011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376111; }

 p { color: rgb(55,97,17); }

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

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

 a { background-color: rgb(55,97,17); }

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

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

 span { border-color: rgb(55,97,17); }

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