#3F6C19

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

Shades of Dell #3F6C19

Tints of Dell #3F6C19

Color information

#3F6C19 (or 0x3F6C19) is unknown color: approx Dell. HEX triplet: 3F, 6C and 19. RGB value is (63,108,25). Sum of RGB (Red+Green+Blue) = 63+108+25=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6C19 is #C093E6. Grayscale: #555555. Windows color (decimal): -12620775 or 1666111. OLE color: 1666111.

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

Color convert

RGB6310825-
CMYK0.4200.770.58
HSL92.53º62.41%26.08%-
HSV(B)92.53º76.85%42.35%-
XYZ7.5911.852.81-
YUV85.0894.09112.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=32.14%
G=55.10%
B=12.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108250.4200.770.5892.5362.4126.08
Hex3F6C192A04D3A5d3e1a
Octal7715431520115721357632
Binary11111111011001100110101001001101111010101110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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