#3F6E16

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

Shades of Dell #3F6E16

Tints of Dell #3F6E16

Color information

#3F6E16 (or 0x3F6E16) is unknown color: approx Dell. HEX triplet: 3F, 6E and 16. RGB value is (63,110,22). Sum of RGB (Red+Green+Blue) = 63+110+22=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6E16 is #C091E9. Grayscale: #565656. Windows color (decimal): -12620266 or 1470015. OLE color: 1470015.

HSL color Cylindrical-coordinate representation of color #3F6E16: hue angle of 92.05º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F6E16 is Cyan = 0.43, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB6311022-
CMYK0.4300.80.57
HSL92.05º66.67%25.88%-
HSV(B)92.05º80%43.14%-
XYZ7.7712.272.72-
YUV85.9291.93111.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.31%
GREEN value IS 110 (43.36% from 255) = 56.41%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=32.31%
G=56.41%
B=11.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63110220.4300.80.5792.0566.6725.88
Hex3F6E162B050395c431a
Octal77156265301207113410332
Binary111111110111010110101011010100001110011011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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