#376113

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

Shades of Dell #376113

Tints of Dell #376113

Color information

#376113 (or 0x376113) is unknown color: approx Dell. HEX triplet: 37, 61 and 13. RGB value is (55,97,19). Sum of RGB (Red+Green+Blue) = 55+97+19=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #376113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376113 is #C89EEC. Grayscale: #4B4B4B. Windows color (decimal): -13147885 or 1270071. OLE color: 1270071.

HSL color Cylindrical-coordinate representation of color #376113: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376113 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB559719-
CMYK0.4300.800.62
HSL92.31º67.24%22.75%-
HSV(B)92.31º80.41%38.04%-
XYZ5.979.412.12-
YUV75.5596.09113.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=32.16%
G=56.73%
B=11.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597190.4300.800.6292.3167.2422.75
Hex3761132B0503E5c4317
Octal67141235301207613410327
Binary110111110000110011101011010100001111101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376113; }

 p { color: rgb(55,97,19); }

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

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

 a { background-color: rgb(55,97,19); }

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

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

 span { border-color: rgb(55,97,19); }

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