#3D5F1E

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

Shades of Dell #3D5F1E

Tints of Dell #3D5F1E

Color information

#3D5F1E (or 0x3D5F1E) is unknown color: approx Dell. HEX triplet: 3D, 5F and 1E. RGB value is (61,95,30). Sum of RGB (Red+Green+Blue) = 61+95+30=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F1E is #C2A0E1. Grayscale: #4D4D4D. Windows color (decimal): -12755170 or 1990461. OLE color: 1990461.

HSL color Cylindrical-coordinate representation of color #3D5F1E: hue angle of 91.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D5F1E is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB619530-
CMYK0.3600.680.63
HSL91.38º52%24.51%-
HSV(B)91.38º68.42%37.25%-
XYZ6.259.272.69-
YUV77.42101.24116.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=32.80%
G=51.08%
B=16.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195300.3600.680.6391.385224.51
Hex3D5F1E240443F5b3419
Octal7513736440104771336431
Binary11110110111111111010010001000100111111101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,30); }

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

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

 a { background-color: rgb(61,95,30); }

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

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

 span { border-color: rgb(61,95,30); }

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