#3D5A2A

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

Shades of Dell #3D5A2A

Tints of Dell #3D5A2A

Color information

#3D5A2A (or 0x3D5A2A) is unknown color: approx Dell. HEX triplet: 3D, 5A and 2A. RGB value is (61,90,42). Sum of RGB (Red+Green+Blue) = 61+90+42=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A2A is #C2A5D5. Grayscale: #4C4C4C. Windows color (decimal): -12756438 or 2775613. OLE color: 2775613.

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

Color convert

RGB619042-
CMYK0.3200.530.65
HSL96.25º36.36%25.88%-
HSV(B)96.25º53.33%35.29%-
XYZ68.473.51-
YUV75.86108.89117.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=31.61%
G=46.63%
B=21.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190420.3200.530.6596.2536.3625.88
Hex3D5A2A200354160241a
Octal7513252400651011404432
Binary111101101101010101010000001101011000001110000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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