#386819

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

Shades of Dell #386819

Tints of Dell #386819

Color information

#386819 (or 0x386819) is unknown color: approx Dell. HEX triplet: 38, 68 and 19. RGB value is (56,104,25). Sum of RGB (Red+Green+Blue) = 56+104+25=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #386819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386819 is #C797E6. Grayscale: #505050. Windows color (decimal): -13080551 or 1665080. OLE color: 1665080.

HSL color Cylindrical-coordinate representation of color #386819: hue angle of 96.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386819 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB5610425-
CMYK0.4600.760.59
HSL96.46º61.24%25.29%-
HSV(B)96.46º75.96%40.78%-
XYZ6.7610.812.65-
YUV80.6496.6110.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=30.27%
G=56.22%
B=13.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104250.4600.760.5996.4661.2425.29
Hex3868192E04C3B603d19
Octal7015031560114731407531
Binary11100011010001100110111001001100111011110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386819; }

 p { color: rgb(56,104,25); }

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

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

 a { background-color: rgb(56,104,25); }

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

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

 span { border-color: rgb(56,104,25); }

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