#3F6619

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

Shades of Dell #3F6619

Tints of Dell #3F6619

Color information

#3F6619 (or 0x3F6619) is unknown color: approx Dell. HEX triplet: 3F, 66 and 19. RGB value is (63,102,25). Sum of RGB (Red+Green+Blue) = 63+102+25=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6619 is #C099E6. Grayscale: #515151. Windows color (decimal): -12622311 or 1664575. OLE color: 1664575.

HSL color Cylindrical-coordinate representation of color #3F6619: hue angle of 90.39º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F6619 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB6310225-
CMYK0.3800.750.6
HSL90.39º60.63%24.9%-
HSV(B)90.39º75.49%40%-
XYZ6.9810.632.6-
YUV81.5696.08114.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=33.16%
G=53.68%
B=13.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63102250.3800.750.690.3960.6324.9
Hex3F66192604B3C5a3d19
Octal7714631460113741327531
Binary11111111001101100110011001001011111100101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,102,25); }

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

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

 a { background-color: rgb(63,102,25); }

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

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

 span { border-color: rgb(63,102,25); }

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