#386615

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

Shades of Dell #386615

Tints of Dell #386615

Color information

#386615 (or 0x386615) is unknown color: approx Dell. HEX triplet: 38, 66 and 15. RGB value is (56,102,21). Sum of RGB (Red+Green+Blue) = 56+102+21=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #386615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386615 is #C799EA. Grayscale: #4F4F4F. Windows color (decimal): -13081067 or 1402424. OLE color: 1402424.

HSL color Cylindrical-coordinate representation of color #386615: hue angle of 94.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #386615 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB5610221-
CMYK0.4500.790.6
HSL94.07º65.85%24.12%-
HSV(B)94.07º79.41%40%-
XYZ6.5210.42.37-
YUV79.0195.26111.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=31.28%
G=56.98%
B=11.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102210.4500.790.694.0765.8524.12
Hex3866152D04F3C5e4218
Octal70146255501177413610230
Binary111000110011010101101101010011111111001011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386615; }

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

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

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

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

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

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

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

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