#3D5C21

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

Shades of Dell #3D5C21

Tints of Dell #3D5C21

Color information

#3D5C21 (or 0x3D5C21) is unknown color: approx Dell. HEX triplet: 3D, 5C and 21. RGB value is (61,92,33). Sum of RGB (Red+Green+Blue) = 61+92+33=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5C21 is #C2A3DE. Grayscale: #4C4C4C. Windows color (decimal): -12755935 or 2186301. OLE color: 2186301.

HSL color Cylindrical-coordinate representation of color #3D5C21: hue angle of 91.53º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D5C21 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB619233-
CMYK0.3400.640.64
HSL91.53º47.2%24.51%-
HSV(B)91.53º64.13%36.08%-
XYZ6.038.762.81-
YUV76103.73117.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 92 (36.33% from 255) = 49.46%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=32.80%
G=49.46%
B=17.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6192330.3400.640.6491.5347.224.51
Hex3D5C2122040405c2f19
Octal75134414201001001345731
Binary1111011011100100001100010010000001000000101110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,33); }

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

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

 a { background-color: rgb(61,92,33); }

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

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

 span { border-color: rgb(61,92,33); }

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