#3D601F

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

Shades of Dell #3D601F

Tints of Dell #3D601F

Color information

#3D601F (or 0x3D601F) is unknown color: approx Dell. HEX triplet: 3D, 60 and 1F. RGB value is (61,96,31). Sum of RGB (Red+Green+Blue) = 61+96+31=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #3D601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D601F is #C29FE0. Grayscale: #4E4E4E. Windows color (decimal): -12754913 or 2056253. OLE color: 2056253.

HSL color Cylindrical-coordinate representation of color #3D601F: hue angle of 92.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D601F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB619631-
CMYK0.3600.680.62
HSL92.31º51.18%24.9%-
HSV(B)92.31º67.71%37.65%-
XYZ6.359.462.79-
YUV78.12101.4115.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=32.45%
G=51.06%
B=16.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196310.3600.680.6292.3151.1824.9
Hex3D601F240443E5c3319
Octal7514037440104761346331
Binary11110111000001111110010001000100111110101110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D601F; }

 p { color: rgb(61,96,31); }

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

<style>
 a { background-color: #3D601F; }

 a { background-color: rgb(61,96,31); }

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

<style>
 span { border-color: #3D601F; }

 span { border-color: rgb(61,96,31); }

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