#3D5A28

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

Shades of Dell #3D5A28

Tints of Dell #3D5A28

Color information

#3D5A28 (or 0x3D5A28) is unknown color: approx Dell. HEX triplet: 3D, 5A and 28. RGB value is (61,90,40). Sum of RGB (Red+Green+Blue) = 61+90+40=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A28 is #C2A5D7. Grayscale: #4B4B4B. Windows color (decimal): -12756440 or 2644541. OLE color: 2644541.

HSL color Cylindrical-coordinate representation of color #3D5A28: hue angle of 94.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D5A28 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB619040-
CMYK0.3200.560.65
HSL94.8º38.46%25.49%-
HSV(B)94.8º55.56%35.29%-
XYZ5.968.463.33-
YUV75.63107.89117.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.94%
GREEN value IS 90 (35.55% from 255) = 47.12%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=31.94%
G=47.12%
B=20.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190400.3200.560.6594.838.4625.49
Hex3D5A2820038415f2619
Octal7513250400701011374631
Binary111101101101010100010000001110001000001101111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,40); }

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

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

 a { background-color: rgb(61,90,40); }

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

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

 span { border-color: rgb(61,90,40); }

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