#386015

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

Shades of Dell #386015

Tints of Dell #386015

Color information

#386015 (or 0x386015) is unknown color: approx Dell. HEX triplet: 38, 60 and 15. RGB value is (56,96,21). Sum of RGB (Red+Green+Blue) = 56+96+21=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #386015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386015 is #C79FEA. Grayscale: #4B4B4B. Windows color (decimal): -13082603 or 1400888. OLE color: 1400888.

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

Color convert

RGB569621-
CMYK0.4200.780.62
HSL92º64.1%22.94%-
HSV(B)92º78.12%37.65%-
XYZ5.959.262.18-
YUV75.4997.25114.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=32.37%
G=55.49%
B=12.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696210.4200.780.629264.122.94
Hex3860152A04E3E5c4017
Octal70140255201167613410027
Binary111000110000010101101010010011101111101011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386015; }

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

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

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

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

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

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

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

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