#3F6E15

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

Shades of Dell #3F6E15

Tints of Dell #3F6E15

Color information

#3F6E15 (or 0x3F6E15) is unknown color: approx Dell. HEX triplet: 3F, 6E and 15. RGB value is (63,110,21). Sum of RGB (Red+Green+Blue) = 63+110+21=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6E15 is #C091EA. Grayscale: #565656. Windows color (decimal): -12620267 or 1404479. OLE color: 1404479.

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

Color convert

RGB6311021-
CMYK0.4300.810.57
HSL91.69º67.94%25.69%-
HSV(B)91.69º80.91%43.14%-
XYZ7.7612.262.67-
YUV85.891.43111.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=32.47%
G=56.70%
B=10.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63110210.4300.810.5791.6967.9425.69
Hex3F6E152B051395c441a
Octal77156255301217113410432
Binary111111110111010101101011010100011110011011100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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