#386116

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

Shades of Dell #386116

Tints of Dell #386116

Color information

#386116 (or 0x386116) is unknown color: approx Dell. HEX triplet: 38, 61 and 16. RGB value is (56,97,22). Sum of RGB (Red+Green+Blue) = 56+97+22=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #386116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386116 is #C79EE9. Grayscale: #4C4C4C. Windows color (decimal): -13082346 or 1466680. OLE color: 1466680.

HSL color Cylindrical-coordinate representation of color #386116: hue angle of 92.8º 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 #386116 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB569722-
CMYK0.4200.770.62
HSL92.8º63.03%23.33%-
HSV(B)92.8º77.32%38.04%-
XYZ6.059.452.26-
YUV76.1997.42113.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=32%
G=55.43%
B=12.57%

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
Decimal5697220.4200.770.6292.863.0323.33
Hex3861162A04D3E5d3f17
Octal7014126520115761357727
Binary11100011000011011010101001001101111110101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386116; }

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

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

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

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

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

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

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

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