#386317

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

Shades of Dell #386317

Tints of Dell #386317

Color information

#386317 (or 0x386317) is unknown color: approx Dell. HEX triplet: 38, 63 and 17. RGB value is (56,99,23). Sum of RGB (Red+Green+Blue) = 56+99+23=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #386317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386317 is #C79CE8. Grayscale: #4D4D4D. Windows color (decimal): -13081833 or 1532728. OLE color: 1532728.

HSL color Cylindrical-coordinate representation of color #386317: hue angle of 93.95º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386317 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB569923-
CMYK0.4300.770.61
HSL93.95º62.3%23.92%-
HSV(B)93.95º76.77%38.82%-
XYZ6.259.832.38-
YUV77.4897.25112.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 99 (39.06% from 255) = 55.62%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=31.46%
G=55.62%
B=12.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699230.4300.770.6193.9562.323.92
Hex3863172B04D3D5e3e18
Octal7014327530115751367630
Binary11100011000111011110101101001101111101101111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386317; }

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

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

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

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

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

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

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

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