#386413

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

Shades of Dell #386413

Tints of Dell #386413

Color information

#386413 (or 0x386413) is unknown color: approx Dell. HEX triplet: 38, 64 and 13. RGB value is (56,100,19). Sum of RGB (Red+Green+Blue) = 56+100+19=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #386413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386413 is #C79BEC. Grayscale: #4D4D4D. Windows color (decimal): -13081581 or 1270840. OLE color: 1270840.

HSL color Cylindrical-coordinate representation of color #386413: hue angle of 92.59º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #386413 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB5610019-
CMYK0.4400.810.61
HSL92.59º68.07%23.33%-
HSV(B)92.59º81%39.22%-
XYZ6.31102.21-
YUV77.6194.92112.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 100 (39.45% from 255) = 57.14%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=32%
G=57.14%
B=10.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100190.4400.810.6192.5968.0723.33
Hex3864132C0513D5d4417
Octal70144235401217513510427
Binary111000110010010011101100010100011111011011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386413; }

 p { color: rgb(56,100,19); }

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

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

 a { background-color: rgb(56,100,19); }

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

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

 span { border-color: rgb(56,100,19); }

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