#37681B

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

Shades of Dell #37681B

Tints of Dell #37681B

Color information

#37681B (or 0x37681B) is unknown color: approx Dell. HEX triplet: 37, 68 and 1B. RGB value is (55,104,27). Sum of RGB (Red+Green+Blue) = 55+104+27=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #37681B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37681B is #C897E4. Grayscale: #505050. Windows color (decimal): -13146085 or 1796151. OLE color: 1796151.

HSL color Cylindrical-coordinate representation of color #37681B: hue angle of 98.18º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37681B is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB5510427-
CMYK0.4700.740.59
HSL98.18º58.78%25.69%-
HSV(B)98.18º74.04%40.78%-
XYZ6.7210.792.77-
YUV80.5797.77109.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=29.57%
G=55.91%
B=14.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104270.4700.740.5998.1858.7825.69
Hex37681B2F04A3B623b1a
Octal6715033570112731427332
Binary11011111010001101110111101001010111011110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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