#3D5D20

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

Shades of Dell #3D5D20

Tints of Dell #3D5D20

Color information

#3D5D20 (or 0x3D5D20) is unknown color: approx Dell. HEX triplet: 3D, 5D and 20. RGB value is (61,93,32). Sum of RGB (Red+Green+Blue) = 61+93+32=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D20 is #C2A2DF. Grayscale: #4C4C4C. Windows color (decimal): -12755680 or 2121021. OLE color: 2121021.

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

Color convert

RGB619332-
CMYK0.3400.660.64
HSL91.48º48.8%24.51%-
HSV(B)91.48º65.59%36.47%-
XYZ6.18.932.77-
YUV76.48102.9116.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 93 (36.72% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=32.80%
G=50%
B=17.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6193320.3400.660.6491.4848.824.51
Hex3D5D2022042405b3119
Octal75135404201021001336131
Binary1111011011101100000100010010000101000000101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,93,32); }

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

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

 a { background-color: rgb(61,93,32); }

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

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

 span { border-color: rgb(61,93,32); }

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