#386212

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

Shades of Dell #386212

Tints of Dell #386212

Color information

#386212 (or 0x386212) is unknown color: approx Dell. HEX triplet: 38, 62 and 12. RGB value is (56,98,18). Sum of RGB (Red+Green+Blue) = 56+98+18=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #386212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386212 is #C79DED. Grayscale: #4C4C4C. Windows color (decimal): -13082094 or 1204792. OLE color: 1204792.

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

Color convert

RGB569818-
CMYK0.4300.820.62
HSL91.5º68.97%22.75%-
HSV(B)91.5º81.63%38.43%-
XYZ6.119.622.11-
YUV76.3295.09113.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=32.56%
G=56.98%
B=10.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698180.4300.820.6291.568.9722.75
Hex3862122B0523E5c4517
Octal70142225301227613410527
Binary111000110001010010101011010100101111101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386212; }

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

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

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

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

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

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

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

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