#37611D

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

Shades of Dell #37611D

Tints of Dell #37611D

Color information

#37611D (or 0x37611D) is unknown color: approx Dell. HEX triplet: 37, 61 and 1D. RGB value is (55,97,29). Sum of RGB (Red+Green+Blue) = 55+97+29=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #37611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37611D is #C89EE2. Grayscale: #4C4C4C. Windows color (decimal): -13147875 or 1925431. OLE color: 1925431.

HSL color Cylindrical-coordinate representation of color #37611D: hue angle of 97.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37611D is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB559729-
CMYK0.4300.700.62
HSL97.06º53.97%24.71%-
HSV(B)97.06º70.1%38.04%-
XYZ6.079.452.67-
YUV76.69101.09112.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=30.39%
G=53.59%
B=16.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597290.4300.700.6297.0653.9724.71
Hex37611D2B0463E613619
Octal6714135530106761416631
Binary11011111000011110110101101000110111110110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37611D; }

 p { color: rgb(55,97,29); }

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

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

 a { background-color: rgb(55,97,29); }

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

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

 span { border-color: rgb(55,97,29); }

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