#386617

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

Shades of Dell #386617

Tints of Dell #386617

Color information

#386617 (or 0x386617) is unknown color: approx Dell. HEX triplet: 38, 66 and 17. RGB value is (56,102,23). Sum of RGB (Red+Green+Blue) = 56+102+23=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #386617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386617 is #C799E8. Grayscale: #4F4F4F. Windows color (decimal): -13081065 or 1533496. OLE color: 1533496.

HSL color Cylindrical-coordinate representation of color #386617: hue angle of 94.94º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386617 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB5610223-
CMYK0.4500.770.6
HSL94.94º63.2%24.51%-
HSV(B)94.94º77.45%40%-
XYZ6.5410.412.47-
YUV79.2496.26111.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=30.94%
G=56.35%
B=12.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102230.4500.770.694.9463.224.51
Hex3866172D04D3C5f3f19
Octal7014627550115741377731
Binary11100011001101011110110101001101111100101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386617; }

 p { color: rgb(56,102,23); }

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

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

 a { background-color: rgb(56,102,23); }

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

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

 span { border-color: rgb(56,102,23); }

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