#3D6319

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

Shades of Dell #3D6319

Tints of Dell #3D6319

Color information

#3D6319 (or 0x3D6319) is unknown color: approx Dell. HEX triplet: 3D, 63 and 19. RGB value is (61,99,25). Sum of RGB (Red+Green+Blue) = 61+99+25=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6319 is #C29CE6. Grayscale: #4F4F4F. Windows color (decimal): -12754151 or 1663805. OLE color: 1663805.

HSL color Cylindrical-coordinate representation of color #3D6319: hue angle of 90.81º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D6319 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB619925-
CMYK0.3800.750.61
HSL90.81º59.68%24.31%-
HSV(B)90.81º74.75%38.82%-
XYZ6.569.992.5-
YUV79.297.41115.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=32.97%
G=53.51%
B=13.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199250.3800.750.6190.8159.6824.31
Hex3D63192604B3D5b3c18
Octal7514331460113751337430
Binary11110111000111100110011001001011111101101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,25); }

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

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

 a { background-color: rgb(61,99,25); }

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

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

 span { border-color: rgb(61,99,25); }

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