#376716

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

Shades of Dell #376716

Tints of Dell #376716

Color information

#376716 (or 0x376716) is unknown color: approx Dell. HEX triplet: 37, 67 and 16. RGB value is (55,103,22). Sum of RGB (Red+Green+Blue) = 55+103+22=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #376716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376716 is #C898E9. Grayscale: #4F4F4F. Windows color (decimal): -13146346 or 1468215. OLE color: 1468215.

HSL color Cylindrical-coordinate representation of color #376716: hue angle of 95.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #376716 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB5510322-
CMYK0.4700.790.60
HSL95.56º64.8%24.51%-
HSV(B)95.56º78.64%40.39%-
XYZ6.5710.572.45-
YUV79.4195.6110.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=30.56%
G=57.22%
B=12.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55103220.4700.790.6095.5664.824.51
Hex3767162F04F3C604119
Octal67147265701177414010131
Binary110111110011110110101111010011111111001100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376716; }

 p { color: rgb(55,103,22); }

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

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

 a { background-color: rgb(55,103,22); }

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

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

 span { border-color: rgb(55,103,22); }

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