#386815

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

Shades of Dell #386815

Tints of Dell #386815

Color information

#386815 (or 0x386815) is unknown color: approx Dell. HEX triplet: 38, 68 and 15. RGB value is (56,104,21). Sum of RGB (Red+Green+Blue) = 56+104+21=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #386815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386815 is #C797EA. Grayscale: #505050. Windows color (decimal): -13080555 or 1402936. OLE color: 1402936.

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

Color convert

RGB5610421-
CMYK0.4600.800.59
HSL94.7º66.4%24.51%-
HSV(B)94.7º79.81%40.78%-
XYZ6.7210.82.44-
YUV80.1994.6110.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=30.94%
G=57.46%
B=11.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104210.4600.800.5994.766.424.51
Hex3868152E0503B5f4219
Octal70150255601207313710231
Binary111000110100010101101110010100001110111011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386815; }

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

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

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

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

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

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

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

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