#3D6117

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

Shades of Dell #3D6117

Tints of Dell #3D6117

Color information

#3D6117 (or 0x3D6117) is unknown color: approx Dell. HEX triplet: 3D, 61 and 17. RGB value is (61,97,23). Sum of RGB (Red+Green+Blue) = 61+97+23=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6117 is #C29EE8. Grayscale: #4E4E4E. Windows color (decimal): -12754665 or 1532221. OLE color: 1532221.

HSL color Cylindrical-coordinate representation of color #3D6117: hue angle of 89.19º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D6117 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB619723-
CMYK0.3700.760.62
HSL89.19º61.67%23.53%-
HSV(B)89.19º76.29%38.04%-
XYZ6.359.62.33-
YUV77.897.07116.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=33.70%
G=53.59%
B=12.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197230.3700.760.6289.1961.6723.53
Hex3D61172504C3E593e18
Octal7514127450114761317630
Binary11110111000011011110010101001100111110101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,23); }

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

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

 a { background-color: rgb(61,97,23); }

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

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

 span { border-color: rgb(61,97,23); }

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