#3F6C15

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

Shades of Dell #3F6C15

Tints of Dell #3F6C15

Color information

#3F6C15 (or 0x3F6C15) is unknown color: approx Dell. HEX triplet: 3F, 6C and 15. RGB value is (63,108,21). Sum of RGB (Red+Green+Blue) = 63+108+21=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6C15 is #C093EA. Grayscale: #545454. Windows color (decimal): -12620779 or 1403967. OLE color: 1403967.

HSL color Cylindrical-coordinate representation of color #3F6C15: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F6C15 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB6310821-
CMYK0.4200.810.58
HSL91.03º67.44%25.29%-
HSV(B)91.03º80.56%42.35%-
XYZ7.5511.842.6-
YUV84.6392.09112.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=32.81%
G=56.25%
B=10.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108210.4200.810.5891.0367.4425.29
Hex3F6C152A0513A5b4319
Octal77154255201217213310331
Binary111111110110010101101010010100011110101011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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