#37680E

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

Shades of Dell #37680E

Tints of Dell #37680E

Color information

#37680E (or 0x37680E) is unknown color: approx Dell. HEX triplet: 37, 68 and 0E. RGB value is (55,104,14). Sum of RGB (Red+Green+Blue) = 55+104+14=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #37680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37680E is #C897F1. Grayscale: #4F4F4F. Windows color (decimal): -13146098 or 944183. OLE color: 944183.

HSL color Cylindrical-coordinate representation of color #37680E: hue angle of 92.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37680E is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB5510414-
CMYK0.4700.870.59
HSL92.67º76.27%23.14%-
HSV(B)92.67º86.54%40.78%-
XYZ6.6110.742.14-
YUV79.0991.27110.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=31.79%
G=60.12%
B=8.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104140.4700.870.5992.6776.2723.14
Hex3768E2F0573B5d4c17
Octal67150165701277313511427
Binary11011111010001110101111010101111110111011101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37680E; }

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

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

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

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

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

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

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

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