#37611E

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

Shades of Dell #37611E

Tints of Dell #37611E

Color information

#37611E (or 0x37611E) is unknown color: approx Dell. HEX triplet: 37, 61 and 1E. RGB value is (55,97,30). Sum of RGB (Red+Green+Blue) = 55+97+30=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #37611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37611E is #C89EE1. Grayscale: #4D4D4D. Windows color (decimal): -13147874 or 1990967. OLE color: 1990967.

HSL color Cylindrical-coordinate representation of color #37611E: hue angle of 97.61º degrees, saturation: 0.53, 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 #37611E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB559730-
CMYK0.4300.690.62
HSL97.61º52.76%24.9%-
HSV(B)97.61º69.07%38.04%-
XYZ6.089.462.73-
YUV76.8101.59112.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=30.22%
G=53.30%
B=16.48%

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
Decimal5597300.4300.690.6297.6152.7624.9
Hex37611E2B0453E623519
Octal6714136530105761426531
Binary11011111000011111010101101000101111110110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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