#37601A

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

Shades of Dell #37601A

Tints of Dell #37601A

Color information

#37601A (or 0x37601A) is unknown color: approx Dell. HEX triplet: 37, 60 and 1A. RGB value is (55,96,26). Sum of RGB (Red+Green+Blue) = 55+96+26=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #37601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37601A is #C89FE5. Grayscale: #4C4C4C. Windows color (decimal): -13148134 or 1728567. OLE color: 1728567.

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

Color convert

RGB559626-
CMYK0.4300.730.62
HSL95.14º57.38%23.92%-
HSV(B)95.14º72.92%37.65%-
XYZ5.949.252.45-
YUV75.7699.92113.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=31.07%
G=54.24%
B=14.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596260.4300.730.6295.1457.3823.92
Hex37601A2B0493E5f3918
Octal6714032530111761377130
Binary11011111000001101010101101001001111110101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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