#3F601F

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

Shades of Dell #3F601F

Tints of Dell #3F601F

Color information

#3F601F (or 0x3F601F) is unknown color: approx Dell. HEX triplet: 3F, 60 and 1F. RGB value is (63,96,31). Sum of RGB (Red+Green+Blue) = 63+96+31=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #3F601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F601F is #C09FE0. Grayscale: #4E4E4E. Windows color (decimal): -12623841 or 2056255. OLE color: 2056255.

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

Color convert

RGB639631-
CMYK0.3400.680.62
HSL90.46º51.18%24.9%-
HSV(B)90.46º67.71%37.65%-
XYZ6.489.522.79-
YUV78.72101.07116.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=33.16%
G=50.53%
B=16.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396310.3400.680.6290.4651.1824.9
Hex3F601F220443E5a3319
Octal7714037420104761326331
Binary11111111000001111110001001000100111110101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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