#3D6626

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

Shades of Dell #3D6626

Tints of Dell #3D6626

Color information

#3D6626 (or 0x3D6626) is unknown color: approx Dell. HEX triplet: 3D, 66 and 26. RGB value is (61,102,38). Sum of RGB (Red+Green+Blue) = 61+102+38=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6626 is #C299D9. Grayscale: #525252. Windows color (decimal): -12753370 or 2516541. OLE color: 2516541.

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

Color convert

RGB6110238-
CMYK0.4000.630.6
HSL98.44º45.71%27.45%-
HSV(B)98.44º62.75%40%-
XYZ7.0310.633.52-
YUV82.44102.92112.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=30.35%
G=50.75%
B=18.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102380.4000.630.698.4445.7127.45
Hex3D66262803F3C622e1b
Octal751464650077741425633
Binary11110111001101001101010000111111111100110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,38); }

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

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

 a { background-color: rgb(61,102,38); }

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

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

 span { border-color: rgb(61,102,38); }

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