#3F6714

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

Shades of Dell #3F6714

Tints of Dell #3F6714

Color information

#3F6714 (or 0x3F6714) is unknown color: approx Dell. HEX triplet: 3F, 67 and 14. RGB value is (63,103,20). Sum of RGB (Red+Green+Blue) = 63+103+20=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6714 is #C098EB. Grayscale: #515151. Windows color (decimal): -12622060 or 1337151. OLE color: 1337151.

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

Color convert

RGB6310320-
CMYK0.3900.810.60
HSL88.92º67.48%24.12%-
HSV(B)88.92º80.58%40.39%-
XYZ7.0310.812.38-
YUV81.5893.25114.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=33.87%
G=55.38%
B=10.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103200.3900.810.6088.9267.4824.12
Hex3F6714270513C594318
Octal77147244701217413110330
Binary111111110011110100100111010100011111001011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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