#386014

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

Shades of Dell #386014

Tints of Dell #386014

Color information

#386014 (or 0x386014) is unknown color: approx Dell. HEX triplet: 38, 60 and 14. RGB value is (56,96,20). Sum of RGB (Red+Green+Blue) = 56+96+20=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #386014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386014 is #C79FEB. Grayscale: #4B4B4B. Windows color (decimal): -13082604 or 1335352. OLE color: 1335352.

HSL color Cylindrical-coordinate representation of color #386014: hue angle of 91.58º degrees, saturation: 0.66, 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 #386014 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB569620-
CMYK0.4200.790.62
HSL91.58º65.52%22.75%-
HSV(B)91.58º79.17%37.65%-
XYZ5.949.262.14-
YUV75.3896.75114.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=32.56%
G=55.81%
B=11.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696200.4200.790.6291.5865.5222.75
Hex3860142A04F3E5c4217
Octal70140245201177613410227
Binary111000110000010100101010010011111111101011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386014; }

 p { color: rgb(56,96,20); }

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

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

 a { background-color: rgb(56,96,20); }

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

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

 span { border-color: rgb(56,96,20); }

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