#376518

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

Shades of Dell #376518

Tints of Dell #376518

Color information

#376518 (or 0x376518) is unknown color: approx Dell. HEX triplet: 37, 65 and 18. RGB value is (55,101,24). Sum of RGB (Red+Green+Blue) = 55+101+24=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #376518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376518 is #C89AE7. Grayscale: #4E4E4E. Windows color (decimal): -13146856 or 1598775. OLE color: 1598775.

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

Color convert

RGB5510124-
CMYK0.4600.760.60
HSL95.84º61.6%24.51%-
HSV(B)95.84º76.24%39.61%-
XYZ6.3910.192.49-
YUV78.4797.26111.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 101 (39.84% from 255) = 56.11%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=30.56%
G=56.11%
B=13.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55101240.4600.760.6095.8461.624.51
Hex3765182E04C3C603e19
Octal6714530560114741407631
Binary11011111001011100010111001001100111100110000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376518; }

 p { color: rgb(55,101,24); }

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

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

 a { background-color: rgb(55,101,24); }

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

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

 span { border-color: rgb(55,101,24); }

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