#3F611E

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

Shades of Dell #3F611E

Tints of Dell #3F611E

Color information

#3F611E (or 0x3F611E) is unknown color: approx Dell. HEX triplet: 3F, 61 and 1E. RGB value is (63,97,30). Sum of RGB (Red+Green+Blue) = 63+97+30=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #3F611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F611E is #C09EE1. Grayscale: #4F4F4F. Windows color (decimal): -12623586 or 1990975. OLE color: 1990975.

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

Color convert

RGB639730-
CMYK0.3500.690.62
HSL90.45º52.76%24.9%-
HSV(B)90.45º69.07%38.04%-
XYZ6.569.72.75-
YUV79.2100.24116.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=33.16%
G=51.05%
B=15.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397300.3500.690.6290.4552.7624.9
Hex3F611E230453E5a3519
Octal7714136430105761326531
Binary11111111000011111010001101000101111110101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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