#376617

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

Shades of Dell #376617

Tints of Dell #376617

Color information

#376617 (or 0x376617) is unknown color: approx Dell. HEX triplet: 37, 66 and 17. RGB value is (55,102,23). Sum of RGB (Red+Green+Blue) = 55+102+23=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #376617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376617 is #C899E8. Grayscale: #4F4F4F. Windows color (decimal): -13146601 or 1533495. OLE color: 1533495.

HSL color Cylindrical-coordinate representation of color #376617: hue angle of 95.7º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376617 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB5510223-
CMYK0.4600.770.6
HSL95.7º63.2%24.51%-
HSV(B)95.7º77.45%40%-
XYZ6.4810.382.47-
YUV78.9496.43110.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 102 (40.23% from 255) = 56.67%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=30.56%
G=56.67%
B=12.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102230.4600.770.695.763.224.51
Hex3766172E04D3C603f19
Octal6714627560115741407731
Binary11011111001101011110111001001101111100110000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376617; }

 p { color: rgb(55,102,23); }

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

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

 a { background-color: rgb(55,102,23); }

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

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

 span { border-color: rgb(55,102,23); }

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