#386810

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

Shades of Dell #386810

Tints of Dell #386810

Color information

#386810 (or 0x386810) is unknown color: approx Dell. HEX triplet: 38, 68 and 10. RGB value is (56,104,16). Sum of RGB (Red+Green+Blue) = 56+104+16=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #386810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386810 is #C797EF. Grayscale: #4F4F4F. Windows color (decimal): -13080560 or 1075256. OLE color: 1075256.

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

Color convert

RGB5610416-
CMYK0.4600.850.59
HSL92.73º73.33%23.53%-
HSV(B)92.73º84.62%40.78%-
XYZ6.6710.782.22-
YUV79.6292.1111.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=31.82%
G=59.09%
B=9.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104160.4600.850.5992.7373.3323.53
Hex3868102E0553B5d4918
Octal70150205601257313511130
Binary111000110100010000101110010101011110111011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386810; }

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

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

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

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

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

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

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

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