#3F6716

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

Shades of Dell #3F6716

Tints of Dell #3F6716

Color information

#3F6716 (or 0x3F6716) is unknown color: approx Dell. HEX triplet: 3F, 67 and 16. RGB value is (63,103,22). Sum of RGB (Red+Green+Blue) = 63+103+22=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6716 is #C098E9. Grayscale: #525252. Windows color (decimal): -12622058 or 1468223. OLE color: 1468223.

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

Color convert

RGB6310322-
CMYK0.3900.790.60
HSL89.63º64.8%24.51%-
HSV(B)89.63º78.64%40.39%-
XYZ7.0410.822.48-
YUV81.8194.25114.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 54.79%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=33.51%
G=54.79%
B=11.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103220.3900.790.6089.6364.824.51
Hex3F67162704F3C5a4119
Octal77147264701177413210131
Binary111111110011110110100111010011111111001011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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