#376210

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

Shades of Dell #376210

Tints of Dell #376210

Color information

#376210 (or 0x376210) is unknown color: approx Dell. HEX triplet: 37, 62 and 10. RGB value is (55,98,16). Sum of RGB (Red+Green+Blue) = 55+98+16=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #376210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376210 is #C89DEF. Grayscale: #4C4C4C. Windows color (decimal): -13147632 or 1073719. OLE color: 1073719.

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

Color convert

RGB559816-
CMYK0.4400.840.62
HSL91.46º71.93%22.35%-
HSV(B)91.46º83.67%38.43%-
XYZ6.049.592.02-
YUV75.894.25113.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=32.54%
G=57.99%
B=9.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598160.4400.840.6291.4671.9322.35
Hex3762102C0543E5b4816
Octal67142205401247613311026
Binary110111110001010000101100010101001111101011011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376210; }

 p { color: rgb(55,98,16); }

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

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

 a { background-color: rgb(55,98,16); }

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

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

 span { border-color: rgb(55,98,16); }

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