#376710

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

Shades of Dell #376710

Tints of Dell #376710

Color information

#376710 (or 0x376710) is unknown color: approx Dell. HEX triplet: 37, 67 and 10. RGB value is (55,103,16). Sum of RGB (Red+Green+Blue) = 55+103+16=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #376710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376710 is #C898EF. Grayscale: #4F4F4F. Windows color (decimal): -13146352 or 1074999. OLE color: 1074999.

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

Color convert

RGB5510316-
CMYK0.4700.840.60
HSL93.1º73.11%23.33%-
HSV(B)93.1º84.47%40.39%-
XYZ6.5210.552.18-
YUV78.7392.6111.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 103 (40.62% from 255) = 59.20%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=31.61%
G=59.20%
B=9.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55103160.4700.840.6093.173.1123.33
Hex3767102F0543C5d4917
Octal67147205701247413511127
Binary110111110011110000101111010101001111001011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376710; }

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

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

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

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

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

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

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

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