#3D681A

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

Shades of Dell #3D681A

Tints of Dell #3D681A

Color information

#3D681A (or 0x3D681A) is unknown color: approx Dell. HEX triplet: 3D, 68 and 1A. RGB value is (61,104,26). Sum of RGB (Red+Green+Blue) = 61+104+26=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #3D681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D681A is #C297E5. Grayscale: #525252. Windows color (decimal): -12752870 or 1730621. OLE color: 1730621.

HSL color Cylindrical-coordinate representation of color #3D681A: hue angle of 93.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D681A is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB6110426-
CMYK0.4100.750.59
HSL93.08º60%25.49%-
HSV(B)93.08º75%40.78%-
XYZ7.0610.972.72-
YUV82.2596.25112.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.94%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=31.94%
G=54.45%
B=13.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104260.4100.750.5993.086025.49
Hex3D681A2904B3B5d3c19
Octal7515032510113731357431
Binary11110111010001101010100101001011111011101110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,26); }

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

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

 a { background-color: rgb(61,104,26); }

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

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

 span { border-color: rgb(61,104,26); }

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