#37601E

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

Shades of Dell #37601E

Tints of Dell #37601E

Color information

#37601E (or 0x37601E) is unknown color: approx Dell. HEX triplet: 37, 60 and 1E. RGB value is (55,96,30). Sum of RGB (Red+Green+Blue) = 55+96+30=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #37601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37601E is #C89FE1. Grayscale: #4C4C4C. Windows color (decimal): -13148130 or 1990711. OLE color: 1990711.

HSL color Cylindrical-coordinate representation of color #37601E: hue angle of 97.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37601E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB559630-
CMYK0.4300.690.62
HSL97.27º52.38%24.71%-
HSV(B)97.27º68.75%37.65%-
XYZ5.999.272.7-
YUV76.22101.92112.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=30.39%
G=53.04%
B=16.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596300.4300.690.6297.2752.3824.71
Hex37601E2B0453E613419
Octal6714036530105761416431
Binary11011111000001111010101101000101111110110000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37601E; }

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

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

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

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

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

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

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

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