#3D5D24

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

Shades of Dell #3D5D24

Tints of Dell #3D5D24

Color information

#3D5D24 (or 0x3D5D24) is unknown color: approx Dell. HEX triplet: 3D, 5D and 24. RGB value is (61,93,36). Sum of RGB (Red+Green+Blue) = 61+93+36=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D24 is #C2A2DB. Grayscale: #4D4D4D. Windows color (decimal): -12755676 or 2383165. OLE color: 2383165.

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

Color convert

RGB619336-
CMYK0.3400.610.64
HSL93.68º44.19%25.29%-
HSV(B)93.68º61.29%36.47%-
XYZ6.168.953.07-
YUV76.93104.9116.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=32.11%
G=48.95%
B=18.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6193360.3400.610.6493.6844.1925.29
Hex3D5D242203D405e2c19
Octal7513544420751001365431
Binary111101101110110010010001001111011000000101111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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