#3F6719

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

Shades of Dell #3F6719

Tints of Dell #3F6719

Color information

#3F6719 (or 0x3F6719) is unknown color: approx Dell. HEX triplet: 3F, 67 and 19. RGB value is (63,103,25). Sum of RGB (Red+Green+Blue) = 63+103+25=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6719 is #C098E6. Grayscale: #525252. Windows color (decimal): -12622055 or 1664831. OLE color: 1664831.

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

Color convert

RGB6310325-
CMYK0.3900.760.60
HSL90.77º60.94%25.1%-
HSV(B)90.77º75.73%40.39%-
XYZ7.0810.832.64-
YUV82.1595.75114.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=32.98%
G=53.93%
B=13.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103250.3900.760.6090.7760.9425.1
Hex3F67192704C3C5b3d19
Octal7714731470114741337531
Binary11111111001111100110011101001100111100101101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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