#3D5A25

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

Shades of Dell #3D5A25

Tints of Dell #3D5A25

Color information

#3D5A25 (or 0x3D5A25) is unknown color: approx Dell. HEX triplet: 3D, 5A and 25. RGB value is (61,90,37). Sum of RGB (Red+Green+Blue) = 61+90+37=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A25 is #C2A5DA. Grayscale: #4B4B4B. Windows color (decimal): -12756443 or 2447933. OLE color: 2447933.

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

Color convert

RGB619037-
CMYK0.3200.590.65
HSL92.83º41.73%24.9%-
HSV(B)92.83º58.89%35.29%-
XYZ5.918.443.07-
YUV75.29106.39117.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=32.45%
G=47.87%
B=19.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190370.3200.590.6592.8341.7324.9
Hex3D5A252003B415d2a19
Octal7513245400731011355231
Binary111101101101010010110000001110111000001101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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