#386016

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

Shades of Dell #386016

Tints of Dell #386016

Color information

#386016 (or 0x386016) is unknown color: approx Dell. HEX triplet: 38, 60 and 16. RGB value is (56,96,22). Sum of RGB (Red+Green+Blue) = 56+96+22=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #386016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386016 is #C79FE9. Grayscale: #4B4B4B. Windows color (decimal): -13082602 or 1466424. OLE color: 1466424.

HSL color Cylindrical-coordinate representation of color #386016: hue angle of 92.43º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386016 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB569622-
CMYK0.4200.770.62
HSL92.43º62.71%23.14%-
HSV(B)92.43º77.08%37.65%-
XYZ5.969.262.23-
YUV75.697.75114.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=32.18%
G=55.17%
B=12.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696220.4200.770.6292.4362.7123.14
Hex3860162A04D3E5c3f17
Octal7014026520115761347727
Binary11100011000001011010101001001101111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386016; }

 p { color: rgb(56,96,22); }

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

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

 a { background-color: rgb(56,96,22); }

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

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

 span { border-color: rgb(56,96,22); }

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