#3A601F

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

Shades of Dell #3A601F

Tints of Dell #3A601F

Color information

#3A601F (or 0x3A601F) is unknown color: approx Dell. HEX triplet: 3A, 60 and 1F. RGB value is (58,96,31). Sum of RGB (Red+Green+Blue) = 58+96+31=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #3A601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A601F is #C59FE0. Grayscale: #4D4D4D. Windows color (decimal): -12951521 or 2056250. OLE color: 2056250.

HSL color Cylindrical-coordinate representation of color #3A601F: hue angle of 95.08º 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 #3A601F is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB589631-
CMYK0.4000.680.62
HSL95.08º51.18%24.9%-
HSV(B)95.08º67.71%37.65%-
XYZ6.189.362.78-
YUV77.23101.91114.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=31.35%
G=51.89%
B=16.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896310.4000.680.6295.0851.1824.9
Hex3A601F280443E5f3319
Octal7214037500104761376331
Binary11101011000001111110100001000100111110101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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