#37621B

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

Shades of Dell #37621B

Tints of Dell #37621B

Color information

#37621B (or 0x37621B) is unknown color: approx Dell. HEX triplet: 37, 62 and 1B. RGB value is (55,98,27). Sum of RGB (Red+Green+Blue) = 55+98+27=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #37621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37621B is #C89DE4. Grayscale: #4D4D4D. Windows color (decimal): -13147621 or 1794615. OLE color: 1794615.

HSL color Cylindrical-coordinate representation of color #37621B: hue angle of 96.34º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37621B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB559827-
CMYK0.4400.720.62
HSL96.34º56.8%24.51%-
HSV(B)96.34º72.45%38.43%-
XYZ6.149.632.57-
YUV77.0599.75112.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 27 (10.94% from 255) = 15%
R=30.56%
G=54.44%
B=15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598270.4400.720.6296.3456.824.51
Hex37621B2C0483E603919
Octal6714233540110761407131
Binary11011111000101101110110001001000111110110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37621B; }

 p { color: rgb(55,98,27); }

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

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

 a { background-color: rgb(55,98,27); }

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

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

 span { border-color: rgb(55,98,27); }

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