#386310

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

Shades of Dell #386310

Tints of Dell #386310

Color information

#386310 (or 0x386310) is unknown color: approx Dell. HEX triplet: 38, 63 and 10. RGB value is (56,99,16). Sum of RGB (Red+Green+Blue) = 56+99+16=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #386310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386310 is #C79CEF. Grayscale: #4C4C4C. Windows color (decimal): -13081840 or 1073976. OLE color: 1073976.

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

Color convert

RGB569916-
CMYK0.4300.840.61
HSL91.08º72.17%22.55%-
HSV(B)91.08º83.84%38.82%-
XYZ6.199.82.06-
YUV76.6893.75113.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 99 (39.06% from 255) = 57.89%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=32.75%
G=57.89%
B=9.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699160.4300.840.6191.0872.1722.55
Hex3863102B0543D5b4817
Octal70143205301247513311027
Binary111000110001110000101011010101001111011011011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386310; }

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

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

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

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

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

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

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

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