#376816

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

Shades of Dell #376816

Tints of Dell #376816

Color information

#376816 (or 0x376816) is unknown color: approx Dell. HEX triplet: 37, 68 and 16. RGB value is (55,104,22). Sum of RGB (Red+Green+Blue) = 55+104+22=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #376816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376816 is #C897E9. Grayscale: #505050. Windows color (decimal): -13146090 or 1468471. OLE color: 1468471.

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

Color convert

RGB5510422-
CMYK0.4700.790.59
HSL95.85º65.08%24.71%-
HSV(B)95.85º78.85%40.78%-
XYZ6.6710.772.49-
YUV8095.27110.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=30.39%
G=57.46%
B=12.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104220.4700.790.5995.8565.0824.71
Hex3768162F04F3B604119
Octal67150265701177314010131
Binary110111110100010110101111010011111110111100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376816; }

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

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

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

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

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

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

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

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