#37650F

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

Shades of Dell #37650F

Tints of Dell #37650F

Color information

#37650F (or 0x37650F) is unknown color: approx Dell. HEX triplet: 37, 65 and 0F. RGB value is (55,101,15). Sum of RGB (Red+Green+Blue) = 55+101+15=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #37650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37650F is #C89AF0. Grayscale: #4D4D4D. Windows color (decimal): -13146865 or 1008951. OLE color: 1008951.

HSL color Cylindrical-coordinate representation of color #37650F: hue angle of 92.09º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37650F is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB5510115-
CMYK0.4600.850.60
HSL92.09º74.14%22.75%-
HSV(B)92.09º85.15%39.61%-
XYZ6.3210.152.08-
YUV77.4492.76111.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=32.16%
G=59.06%
B=8.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55101150.4600.850.6092.0974.1422.75
Hex3765F2E0553C5c4a17
Octal67145175601257413411227
Binary11011111001011111101110010101011111001011100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37650F; }

 p { color: rgb(55,101,15); }

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

<style>
 a { background-color: #37650F; }

 a { background-color: rgb(55,101,15); }

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

<style>
 span { border-color: #37650F; }

 span { border-color: rgb(55,101,15); }

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