#3F611F

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

Shades of Dell #3F611F

Tints of Dell #3F611F

Color information

#3F611F (or 0x3F611F) is unknown color: approx Dell. HEX triplet: 3F, 61 and 1F. RGB value is (63,97,31). Sum of RGB (Red+Green+Blue) = 63+97+31=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #3F611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F611F is #C09EE0. Grayscale: #4F4F4F. Windows color (decimal): -12623585 or 2056511. OLE color: 2056511.

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

Color convert

RGB639731-
CMYK0.3500.680.62
HSL90.91º51.56%25.1%-
HSV(B)90.91º68.04%38.04%-
XYZ6.579.712.82-
YUV79.31100.74116.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=32.98%
G=50.79%
B=16.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397310.3500.680.6290.9151.5625.1
Hex3F611F230443E5b3419
Octal7714137430104761336431
Binary11111111000011111110001101000100111110101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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