#386215

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

Shades of Dell #386215

Tints of Dell #386215

Color information

#386215 (or 0x386215) is unknown color: approx Dell. HEX triplet: 38, 62 and 15. RGB value is (56,98,21). Sum of RGB (Red+Green+Blue) = 56+98+21=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #386215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386215 is #C79DEA. Grayscale: #4C4C4C. Windows color (decimal): -13082091 or 1401400. OLE color: 1401400.

HSL color Cylindrical-coordinate representation of color #386215: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #386215 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB569821-
CMYK0.4300.790.62
HSL92.73º64.71%23.33%-
HSV(B)92.73º78.57%38.43%-
XYZ6.139.632.25-
YUV76.6696.59113.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 21 (8.59% from 255) = 12%
R=32%
G=56%
B=12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698210.4300.790.6292.7364.7123.33
Hex3862152B04F3E5d4117
Octal70142255301177613510127
Binary111000110001010101101011010011111111101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386215; }

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

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

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

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

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

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

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

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