#376018

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

Shades of Dell #376018

Tints of Dell #376018

Color information

#376018 (or 0x376018) is unknown color: approx Dell. HEX triplet: 37, 60 and 18. RGB value is (55,96,24). Sum of RGB (Red+Green+Blue) = 55+96+24=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #376018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376018 is #C89FE7. Grayscale: #4B4B4B. Windows color (decimal): -13148136 or 1597495. OLE color: 1597495.

HSL color Cylindrical-coordinate representation of color #376018: hue angle of 94.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376018 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB559624-
CMYK0.4300.750.62
HSL94.17º60%23.53%-
HSV(B)94.17º75%37.65%-
XYZ5.929.242.34-
YUV75.5398.92113.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=31.43%
G=54.86%
B=13.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596240.4300.750.6294.176023.53
Hex3760182B04B3E5e3c18
Octal6714030530113761367430
Binary11011111000001100010101101001011111110101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376018; }

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

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

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

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

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

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

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

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