#376418

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

Shades of Dell #376418

Tints of Dell #376418

Color information

#376418 (or 0x376418) is unknown color: approx Dell. HEX triplet: 37, 64 and 18. RGB value is (55,100,24). Sum of RGB (Red+Green+Blue) = 55+100+24=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #376418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376418 is #C89BE7. Grayscale: #4E4E4E. Windows color (decimal): -13147112 or 1598519. OLE color: 1598519.

HSL color Cylindrical-coordinate representation of color #376418: hue angle of 95.53º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376418 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB5510024-
CMYK0.4500.760.61
HSL95.53º61.29%24.31%-
HSV(B)95.53º76%39.22%-
XYZ6.39.992.46-
YUV77.8897.59111.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=30.73%
G=55.87%
B=13.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55100240.4500.760.6195.5361.2924.31
Hex3764182D04C3D603d18
Octal6714430550114751407530
Binary11011111001001100010110101001100111101110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376418; }

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

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

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

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

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

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

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

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