#3d6524

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

Shades of Dell #3D6524

Tints of Dell #3D6524

Color information

#3D6524 (or 0x3D6524) is unknown color: approx Dell. HEX triplet: 3D, 65 and 24. RGB value is (61,101,36). Sum of RGB (Red+Green+Blue) = 61+101+36=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6524 is #C29ADB. Grayscale: #515151. Windows color (decimal): -12753628 or 2385213. OLE color: 2385213.

HSL color Cylindrical-coordinate representation of color #3D6524: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D6524 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB6110136-
CMYK0.4000.640.60
HSL96.92º47.45%26.86%-
HSV(B)96.92º64.36%39.61%-
XYZ6.910.433.32-
YUV81.63102.25113.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.81%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=30.81%
G=51.01%
B=18.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101360.4000.640.6096.9247.4526.86
Hex3D6524280403C612f1b
Octal7514544500100741415733
Binary111101110010110010010100001000000111100110000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d6524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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