#3D6419

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

Shades of Dell #3D6419

Tints of Dell #3D6419

Color information

#3D6419 (or 0x3D6419) is unknown color: approx Dell. HEX triplet: 3D, 64 and 19. RGB value is (61,100,25). Sum of RGB (Red+Green+Blue) = 61+100+25=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6419 is #C29BE6. Grayscale: #505050. Windows color (decimal): -12753895 or 1664061. OLE color: 1664061.

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

Color convert

RGB6110025-
CMYK0.3900.750.61
HSL91.2º60%24.51%-
HSV(B)91.2º75%39.22%-
XYZ6.6610.182.53-
YUV79.7997.08114.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 100 (39.45% from 255) = 53.76%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=32.80%
G=53.76%
B=13.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100250.3900.750.6191.26024.51
Hex3D64192704B3D5b3c19
Octal7514431470113751337431
Binary11110111001001100110011101001011111101101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,25); }

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

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

 a { background-color: rgb(61,100,25); }

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

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

 span { border-color: rgb(61,100,25); }

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